diff --git a/CHANGELOG.md b/CHANGELOG.md index a4535bb..5c95ac5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ All notable changes to this project will be documented in this file. -## [Unreleased] + + +## [0.2.1] ### Fixed @@ -82,6 +84,7 @@ All notable changes to this project will be documented in this file. * Neovim user commands to trigger UI keyboard shortcuts. [unreleased]: https://github.com/mickael-menu/ShadowVim/compare/main...HEAD +[0.2.1]: https://github.com/mickael-menu/ShadowVim/compare/0.2.0...0.2.1 [0.2.0]: https://github.com/mickael-menu/ShadowVim/compare/0.1.1...0.2.0 [0.1.1]: https://github.com/mickael-menu/ShadowVim/compare/0.1.0...0.1.1 [0.1]: https://github.com/mickael-menu/ShadowVim/tree/0.1.0 diff --git a/project.yml b/project.yml index 17680ad..09518fb 100644 --- a/project.yml +++ b/project.yml @@ -18,8 +18,8 @@ targets: deploymentTarget: 13.0 sources: [Sources/ShadowVim] settings: - CURRENT_PROJECT_VERSION: 3 - MARKETING_VERSION: 0.2.0 + CURRENT_PROJECT_VERSION: 4 + MARKETING_VERSION: 0.2.1 INFOPLIST_FILE: Sources/ShadowVim/ShadowVim-Info.plist GENERATE_INFOPLIST_FILE: YES CODE_SIGN_STYLE: Automatic