Skip to content

Commit

Permalink
Released version 3.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
fanglingsu committed Jun 16, 2018
1 parent 519565c commit f87de44
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
### Changed
### Fixed
### Removed

## [3.2.0] - 2018-06-16

### Added
* Allow basic motion commands for hinting too.
Expand Down Expand Up @@ -188,7 +194,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
cookie file
* Fixed none POSIX `echo -n` call

[Unreleased]: https://github.com/fanglingsu/vimb/compare/3.1.0...master
[Unreleased]: https://github.com/fanglingsu/vimb/compare/3.2.0...master
[3.2.0]: https://github.com/fanglingsu/vimb/compare/3.1.0...3.2.0
[3.1.0]: https://github.com/fanglingsu/vimb/compare/3.0-alpha...3.1.0
[3.0-alpha]: https://github.com/fanglingsu/vimb/compare/2.12...3.0-alpha
[2.12]: https://github.com/fanglingsu/vimb/compare/2.11...2.12
Expand Down
2 changes: 1 addition & 1 deletion config.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 3.1.0
VERSION = 3.2.0

ifneq ($(V),1)
Q := @
Expand Down

0 comments on commit f87de44

Please sign in to comment.