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

Commit

Permalink
chore: release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshiew committed Sep 29, 2021
1 parent f1cc73d commit 730cae5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.3.1] - 2021-09-29

### Changed
* More logging for `curl` calls when debug logging is enabled

### Fixed
* Selections made in visual lines mode ("V") should now work (thanks @naefl for debugging)
Expand Down Expand Up @@ -55,6 +58,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.1.0] - 2021-09-13

[0.3.1]: https://github.com/jameshiew/nvim-magic/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/jameshiew/nvim-magic/compare/0.2.3...0.3.0
[0.2.3]: https://github.com/jameshiew/nvim-magic/compare/v0.2.2...0.2.3
[0.2.2]: https://github.com/jameshiew/nvim-magic/compare/v0.2.1...v0.2.2
Expand Down
2 changes: 1 addition & 1 deletion lua/nvim-magic-openai/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ local function default_config()
end

function openai.version()
return '0.3.1-dev'
return '0.3.1'
end

function openai.new(override)
Expand Down
2 changes: 1 addition & 1 deletion lua/nvim-magic/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ local function default_config()
end

function magic.version()
return '0.3.1-dev'
return '0.3.1'
end

function magic.setup(override)
Expand Down

0 comments on commit 730cae5

Please sign in to comment.