Skip to content

Commit 3904380

Browse files
chore(main): release 2.0.0
1 parent 02eafb1 commit 3904380

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-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.2"
2+
".": "2.0.0"
33
}

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/lewis6991/gitsigns.nvim/compare/v1.0.2...v2.0.0) (2025-04-18)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* target Nvim 0.11, drop testing for 0.9.5
9+
10+
### Bug Fixes
11+
12+
* [#1246](https://github.com/lewis6991/gitsigns.nvim/issues/1246) ([17ab794](https://github.com/lewis6991/gitsigns.nvim/commit/17ab794b6fce6fce768430ebc925347e349e1d60))
13+
* prevent inline hunk preview from folding ([02eafb1](https://github.com/lewis6991/gitsigns.nvim/commit/02eafb1273afec94447f66d1a43fc5e477c2ab8a))
14+
* **watcher:** invalidate the cache earlier ([d600d39](https://github.com/lewis6991/gitsigns.nvim/commit/d600d3922c1d001422689319a8f915136bb64e1e))
15+
16+
17+
### Continuous Integration
18+
19+
* target Nvim 0.11, drop testing for 0.9.5 ([3c76f7f](https://github.com/lewis6991/gitsigns.nvim/commit/3c76f7fabac723aa682365ef782f88a83ccdb4ac))
20+
321
## [1.0.2](https://github.com/lewis6991/gitsigns.nvim/compare/v1.0.1...v1.0.2) (2025-03-16)
422

523

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 <lewis6991@gmail.com>
5-
Version: v1.0.2
5+
Version: v2.0.0
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.2', -- x-release-please-version
475+
VERSION = 'v2.0.0', -- x-release-please-version
476476
CONFIG = gen_config_doc,
477477
FUNCTIONS = function()
478478
return gen_functions_doc({

0 commit comments

Comments
 (0)