File tree 4 files changed +28
-3
lines changed 4 files changed +28
-3
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-27)
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
+ * [ #1274 ] ( https://github.com/lewis6991/gitsigns.nvim/issues/1274 ) ([ 550757c] ( https://github.com/lewis6991/gitsigns.nvim/commit/550757c41a25b80447b821ca3b9ac1cfda894267 ) )
14
+ * ** async:** raise errors when they happen ([ ee7e50d] ( https://github.com/lewis6991/gitsigns.nvim/commit/ee7e50dfbdf49e3acfa416fd3ad3abbdb658582c ) )
15
+ * blame_line{full=true} stop work ([ 27c3f37] ( https://github.com/lewis6991/gitsigns.nvim/commit/27c3f37a8ea6480ba336dab74f73a8032a0de63c ) )
16
+ * correct hl group ([ b79047e] ( https://github.com/lewis6991/gitsigns.nvim/commit/b79047e81f645875e500b4f433d8133bc421446c ) )
17
+ * ** error:** [ #1277 ] ( https://github.com/lewis6991/gitsigns.nvim/issues/1277 ) ([ 9cd665f] ( https://github.com/lewis6991/gitsigns.nvim/commit/9cd665f46ab7af2e49d140d328b8e72ea1cf511b ) )
18
+ * prevent inline hunk preview from folding ([ 02eafb1] ( https://github.com/lewis6991/gitsigns.nvim/commit/02eafb1273afec94447f66d1a43fc5e477c2ab8a ) )
19
+ * tracking multiple branch changes ([ #1266 ] ( https://github.com/lewis6991/gitsigns.nvim/issues/1266 ) ) ([ 2149fc2] ( https://github.com/lewis6991/gitsigns.nvim/commit/2149fc2009d1117d58e86e56836f70c969f60a82 ) )
20
+ * ** watcher:** invalidate the cache earlier ([ d600d39] ( https://github.com/lewis6991/gitsigns.nvim/commit/d600d3922c1d001422689319a8f915136bb64e1e ) )
21
+ * ** windows:** [ #1250 ] ( https://github.com/lewis6991/gitsigns.nvim/issues/1250 ) ([ 140ac64] ( https://github.com/lewis6991/gitsigns.nvim/commit/140ac646db125904e456e42ab8b538d28f9607d7 ) )
22
+
23
+
24
+ ### Continuous Integration
25
+
26
+ * target Nvim 0.11, drop testing for 0.9.5 ([ 3c76f7f] ( https://github.com/lewis6991/gitsigns.nvim/commit/3c76f7fabac723aa682365ef782f88a83ccdb4ac ) )
27
+
3
28
## [ 1.0.2] ( https://github.com/lewis6991/gitsigns.nvim/compare/v1.0.1...v1.0.2 ) (2025-03-16)
4
29
5
30
Original file line number Diff line number Diff line change 2
2
*gitsigns.nvim*
3
3
4
4
Author: Lewis Russell <lewis6991@gmail.com>
5
- Version: v1 .0.2
5
+ Version: v2 .0.0
6
6
Homepage: <https://github.com/lewis6991/gitsigns.nvim >
7
7
License: MIT license
8
8
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