From 039bf2a0a2084105cc466a166a754520c59092a1 Mon Sep 17 00:00:00 2001 From: James Hiew Date: Thu, 16 Sep 2021 12:15:45 +0100 Subject: [PATCH] chore: release v0.2.2 --- CHANGELOG.md | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a76a748..8679d69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.2.2] - 2021-09-16 + ### Changed * Vim notifications display buffer filename if possible * Use [lustache](https://github.com/Olivine-Labs/lustache) for filling out prompt templates @@ -32,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0] - 2021-09-13 +[0.2.2]: https://github.com/jameshiew/nvim-magic/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/jameshiew/nvim-magic/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/jameshiew/nvim-magic/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/jameshiew/nvim-magic/releases/tag/v0.1.0 diff --git a/README.md b/README.md index 83aa513..a3d3cf8 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ use({ config = function() require('nvim-magic').setup() end, - tag = 'v0.2.1', -- recommended to pin to a tag and update manually as there may be breaking changes + tag = 'v0.2.2', -- recommended to pin to a tag and update manually as there may be breaking changes requires = { 'nvim-lua/plenary.nvim', 'MunifTanjim/nui.nvim'