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

Commit

Permalink
docs: update for v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshiew committed Sep 14, 2021
1 parent 5f4e95e commit 488f784
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.2.1] - 2021-09-14

### Changed
* Disable requesting compressed HTTP responses on Windows as possibly it is less likely to be supported by Windows' `curl`s

### Fixed
* Send an appropriate Vim notification in more cases when `curl` terminates with nonzero exit code, rather than raising a plenary.path error
* Prevent logspam when OpenAI returns a non-200 HTTP status that was caused by a timer not being closed properly

## [0.2.0] - 2021-09-14

### Changed
Expand Down
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.0', -- recommended to pin to a tag and update manually as there may be breaking changes
tag = 'v0.2.1', -- 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 488f784

Please sign in to comment.