File tree 3 files changed +20
-2
lines changed 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1 .0.2 "
2
+ "." : " 2 .0.0 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
21
## [ 1.0.2] ( https://github.com/lewis6991/gitsigns.nvim/compare/v1.0.1...v1.0.2 ) (2025-03-16)
4
22
5
23
Original file line number Diff line number Diff line change 472
472
--- @return string | fun (): string
473
473
local function get_marker_text (marker )
474
474
return ({
475
- VERSION = ' v1 .0.2 ' , -- x-release-please-version
475
+ VERSION = ' v2 .0.0 ' , -- x-release-please-version
476
476
CONFIG = gen_config_doc ,
477
477
FUNCTIONS = function ()
478
478
return gen_functions_doc ({
You can’t perform that action at this time.
0 commit comments