Skip to content

Commit 76927d1

Browse files
github-actions[bot]lewis6991
authored andcommitted
chore(main): release 0.8.1
1 parent 7aa9a56 commit 76927d1

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.8.0"
2+
".": "0.8.1"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.8.1](https://github.com/lewis6991/gitsigns.nvim/compare/v0.8.0...v0.8.1) (2024-04-30)
4+
5+
6+
### Bug Fixes
7+
8+
* **blame:** check win is valid after running blame ([7e38f07](https://github.com/lewis6991/gitsigns.nvim/commit/7e38f07cab0e5387f9f41e92474db174a63a4725))
9+
* **reset:** handle 'endofline' when resetting hunks ([7aa9a56](https://github.com/lewis6991/gitsigns.nvim/commit/7aa9a567127d679c6ca639e9e88c546d72924296))
10+
* **yadm:** correct ls-files check ([035da03](https://github.com/lewis6991/gitsigns.nvim/commit/035da036e68e509ed158414416c827d022d914bd))
11+
312
## [0.8.0](https://github.com/lewis6991/gitsigns.nvim/compare/v0.7.0...v0.8.0) (2024-04-17)
413

514

doc/gitsigns.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*gitsigns.nvim*
33

44
Author: Lewis Russell <[email protected]>
5-
Version: v0.8.0
5+
Version: v0.8.1
66
Homepage: <https://github.com/lewis6991/gitsigns.nvim>
77
License: MIT license
88

gen_help.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ end
478478
--- @return string|fun():string
479479
local function get_marker_text(marker)
480480
return ({
481-
VERSION = 'v0.8.0', -- x-release-please-version
481+
VERSION = 'v0.8.1', -- x-release-please-version
482482
CONFIG = gen_config_doc,
483483
FUNCTIONS = function()
484484
return gen_functions_doc({

0 commit comments

Comments
 (0)