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 #28 from jameshiew/do-release-0.3.0
Browse files Browse the repository at this point in the history
chore: release 0.3.0
  • Loading branch information
jameshiew authored Sep 20, 2021
2 parents 8264d66 + eb3ce9e commit 62fa005
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
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.3.0] - 2021-09-20

### Added
* Added functions to get the current version e.g. `require('nvim-magic').version()`

Expand Down Expand Up @@ -49,6 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.1.0] - 2021-09-13

[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
[0.2.1]: https://github.com/jameshiew/nvim-magic/compare/v0.2.0...v0.2.1
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.0-dev'
return '0.3.0'
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.0-dev'
return '0.3.0'
end

function magic.setup(override)
Expand Down

0 comments on commit 62fa005

Please sign in to comment.