Skip to content

Commit

Permalink
chore(main): release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and lewis6991 committed Apr 30, 2024
1 parent 7aa9a56 commit 76927d1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "0.8.0"
".": "0.8.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

## [0.8.1](https://github.com/lewis6991/gitsigns.nvim/compare/v0.8.0...v0.8.1) (2024-04-30)


### Bug Fixes

* **blame:** check win is valid after running blame ([7e38f07](https://github.com/lewis6991/gitsigns.nvim/commit/7e38f07cab0e5387f9f41e92474db174a63a4725))
* **reset:** handle 'endofline' when resetting hunks ([7aa9a56](https://github.com/lewis6991/gitsigns.nvim/commit/7aa9a567127d679c6ca639e9e88c546d72924296))
* **yadm:** correct ls-files check ([035da03](https://github.com/lewis6991/gitsigns.nvim/commit/035da036e68e509ed158414416c827d022d914bd))

## [0.8.0](https://github.com/lewis6991/gitsigns.nvim/compare/v0.7.0...v0.8.0) (2024-04-17)


Expand Down
2 changes: 1 addition & 1 deletion doc/gitsigns.txt
Expand Up @@ -2,7 +2,7 @@
*gitsigns.nvim*

Author: Lewis Russell <lewis6991@gmail.com>
Version: v0.8.0
Version: v0.8.1
Homepage: <https://github.com/lewis6991/gitsigns.nvim>
License: MIT license

Expand Down
2 changes: 1 addition & 1 deletion gen_help.lua
Expand Up @@ -478,7 +478,7 @@ end
--- @return string|fun():string
local function get_marker_text(marker)
return ({
VERSION = 'v0.8.0', -- x-release-please-version
VERSION = 'v0.8.1', -- x-release-please-version
CONFIG = gen_config_doc,
FUNCTIONS = function()
return gen_functions_doc({
Expand Down

0 comments on commit 76927d1

Please sign in to comment.