From 538a61c22a1bda14b7fbd07a3d54126d5cc9b8dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 04:30:33 +0000 Subject: [PATCH] chore(main): release 3.7.1 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 654bb526..5a6aff84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.7.1](https://github.com/Robitx/gp.nvim/compare/v3.7.0...v3.7.1) (2024-08-05) + + +### Bug Fixes + +* check for underflow during backticks trimming (issue: [#152](https://github.com/Robitx/gp.nvim/issues/152)) ([3510217](https://github.com/Robitx/gp.nvim/commit/3510217650e2c3fffb3fc71fd4f5233504851d02)) +* don't override already added secrets (issue: [#188](https://github.com/Robitx/gp.nvim/issues/188)) ([757c78f](https://github.com/Robitx/gp.nvim/commit/757c78fb4cb17b3ec16108704a19c7b7a41ab10b)) + ## [3.7.0](https://github.com/Robitx/gp.nvim/compare/v3.6.1...v3.7.0) (2024-08-04)