Skip to content

Commit

Permalink
release: prepare 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean Guyomarc'h committed Aug 1, 2020
1 parent 4236222 commit 1d26b19
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.2.0] - 2020-07-25

### Added

- Support for line space
Expand All @@ -27,6 +29,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Command-line, popupmenu has been overhauled
- Better integration of eovim through vimscript
- Font can now be specified as a fontconfig format string
- Remove ad-hoc getopts, in favor of `Ecore_Getopt`
- The `--version` now displays a great level of details


### Fixed
Expand Down Expand Up @@ -127,7 +131,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Initial theme (default).


[Unreleased]: https://github.com/jeanguyomarch/eovim/compare/v0.1.3...master
[Unreleased]: https://github.com/jeanguyomarch/eovim/compare/v0.2.0...master
[0.1.1]: https://github.com/jeanguyomarch/eovim/compare/v0.1.0...v0.1.1
[0.1.2]: https://github.com/jeanguyomarch/eovim/compare/v0.1.1...v0.1.2
[0.1.3]: https://github.com/jeanguyomarch/eovim/compare/v0.1.2...v0.1.3
[0.2.0]: https://github.com/jeanguyomarch/eovim/compare/v0.1.3...v0.2.0
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.0.2)
# When a tweak revision (i.e. 99) is added to normal semver (1), Eovim
# considers it is in a development stage. It will automatically add the (short)
# git hash of Eovim to its version, if the sources are from a git repository.
project(eovim LANGUAGES C VERSION 0.1.3.99)
project(eovim LANGUAGES C VERSION 0.2.0)

include(CheckTypeSize)

Expand Down

0 comments on commit 1d26b19

Please sign in to comment.