diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1772e6fa2..f215a3dae 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index da7ebce7d..5bde1e2a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.1](https://github.com/lewis6991/gitsigns.nvim/compare/v1.0.0...v1.0.1) (2025-02-15) + + +### Bug Fixes + +* **blame:** fix popup menu shortcut mappings ([420b199](https://github.com/lewis6991/gitsigns.nvim/commit/420b19971c22ba7558dfd39ec1c1c2735c7db93f)), closes [#1215](https://github.com/lewis6991/gitsigns.nvim/issues/1215) +* **current_line_blame:** last line show not committed ([8b00147](https://github.com/lewis6991/gitsigns.nvim/commit/8b00147519d6f8353867d5d0b55f587306b0cfb6)), closes [#1213](https://github.com/lewis6991/gitsigns.nvim/issues/1213) +* stylua ([2bc3b47](https://github.com/lewis6991/gitsigns.nvim/commit/2bc3b472bbc2484214549af4d9f38c127b886a55)) + ## [1.0.0](https://github.com/lewis6991/gitsigns.nvim/compare/v0.9.0...v1.0.0) (2025-02-07) diff --git a/doc/gitsigns.txt b/doc/gitsigns.txt index 396f74131..4d46fe25d 100644 --- a/doc/gitsigns.txt +++ b/doc/gitsigns.txt @@ -2,7 +2,7 @@ *gitsigns.nvim* Author: Lewis Russell -Version: v1.0.0 +Version: v1.0.1 Homepage: License: MIT license diff --git a/gen_help.lua b/gen_help.lua index 9dc0f74c6..8ab34830e 100755 --- a/gen_help.lua +++ b/gen_help.lua @@ -472,7 +472,7 @@ end --- @return string|fun():string local function get_marker_text(marker) return ({ - VERSION = 'v1.0.0', -- x-release-please-version + VERSION = 'v1.0.1', -- x-release-please-version CONFIG = gen_config_doc, FUNCTIONS = function() return gen_functions_doc({