diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1648bd4e..21859ac6e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.1" + ".": "0.8.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 892f6422a..3d4949794 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.8.2](https://github.com/lewis6991/gitsigns.nvim/compare/v0.8.1...v0.8.2) (2024-05-22) + + +### Bug Fixes + +* **attach:** allow attaching inside .git/ ([9cafac3](https://github.com/lewis6991/gitsigns.nvim/commit/9cafac31a091267838e1e90fd6e083d37611f516)), closes [#923](https://github.com/lewis6991/gitsigns.nvim/issues/923) +* **update:** always get object contents from object names ([a28bb1d](https://github.com/lewis6991/gitsigns.nvim/commit/a28bb1db506df663b063cc63f44fbbda178255a7)), closes [#847](https://github.com/lewis6991/gitsigns.nvim/issues/847) +* use latest api in 0.10 ([bc933d2](https://github.com/lewis6991/gitsigns.nvim/commit/bc933d24a669608968ff4791b14d2d9554813a65)) +* **util:** close file after reading ([f65d1d8](https://github.com/lewis6991/gitsigns.nvim/commit/f65d1d82013e032ca6c199b62f08089b420b068c)) +* wrong api name in stable ([805610a](https://github.com/lewis6991/gitsigns.nvim/commit/805610a9393fa231f2c2b49cb521bfa413fadb3d)) + ## [0.8.1](https://github.com/lewis6991/gitsigns.nvim/compare/v0.8.0...v0.8.1) (2024-04-30) diff --git a/doc/gitsigns.txt b/doc/gitsigns.txt index ddc1b2991..735b9b182 100644 --- a/doc/gitsigns.txt +++ b/doc/gitsigns.txt @@ -2,7 +2,7 @@ *gitsigns.nvim* Author: Lewis Russell -Version: v0.8.1 +Version: v0.8.2 Homepage: License: MIT license diff --git a/gen_help.lua b/gen_help.lua index d5446796b..e01c5f864 100755 --- a/gen_help.lua +++ b/gen_help.lua @@ -478,7 +478,7 @@ end --- @return string|fun():string local function get_marker_text(marker) return ({ - VERSION = 'v0.8.1', -- x-release-please-version + VERSION = 'v0.8.2', -- x-release-please-version CONFIG = gen_config_doc, FUNCTIONS = function() return gen_functions_doc({