Skip to content

Commit 450f802

Browse files
chore(main): release 2.0.0
1 parent 17ab794 commit 450f802

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/lewis6991/gitsigns.nvim/compare/v1.0.2...v2.0.0) (2025-04-04)
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+
14+
15+
### Continuous Integration
16+
17+
* target Nvim 0.11, drop testing for 0.9.5 ([3c76f7f](https://github.com/lewis6991/gitsigns.nvim/commit/3c76f7fabac723aa682365ef782f88a83ccdb4ac))
18+
319
## [1.0.2](https://github.com/lewis6991/gitsigns.nvim/compare/v1.0.1...v1.0.2) (2025-03-16)
420

521

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)