From 488f7849e8baa2d3fca2c045a34971816a4a3756 Mon Sep 17 00:00:00 2001 From: James Hiew Date: Tue, 14 Sep 2021 16:02:00 +0100 Subject: [PATCH] docs: update for v0.2.1 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a39f62..60688ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 9c7b03a..999134d 100644 --- a/README.md +++ b/README.md @@ -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'