Skip to content

Commit 7010000

Browse files
github-actions[bot]lewis6991
authored andcommitted
chore(main): release 1.0.2
1 parent 5fefc7b commit 7010000

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-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-
".": "1.0.1"
2+
".": "1.0.2"
33
}

CHANGELOG.md

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

3+
## [1.0.2](https://github.com/lewis6991/gitsigns.nvim/compare/v1.0.1...v1.0.2) (2025-03-16)
4+
5+
6+
### Bug Fixes
7+
8+
* `stage_hunk` on staged hunk should behave like `undo_stage_hunk` ([5fefc7b](https://github.com/lewis6991/gitsigns.nvim/commit/5fefc7bf6966f9a1ca961ac2fca0f9d93118df18))
9+
* change_base with empty base ([751bfae](https://github.com/lewis6991/gitsigns.nvim/commit/751bfae26a3561394afcafdf92b0dc52988ce436))
10+
311
## [1.0.1](https://github.com/lewis6991/gitsigns.nvim/compare/v1.0.0...v1.0.1) (2025-02-15)
412

513

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: v1.0.1
5+
Version: v1.0.2
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
@@ -472,7 +472,7 @@ end
472472
--- @return string|fun():string
473473
local function get_marker_text(marker)
474474
return ({
475-
VERSION = 'v1.0.1', -- x-release-please-version
475+
VERSION = 'v1.0.2', -- x-release-please-version
476476
CONFIG = gen_config_doc,
477477
FUNCTIONS = function()
478478
return gen_functions_doc({

0 commit comments

Comments
 (0)