Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #18 from jameshiew/release-v0.2.2
Browse files Browse the repository at this point in the history
chore: release v0.2.2
  • Loading branch information
jameshiew authored Sep 16, 2021
2 parents 329cdb7 + 039bf2a commit 4bd2777
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4bd2777

Please sign in to comment.