Skip to content

Commit f87de44

Browse files
committed
Released version 3.2.0.
1 parent 519565c commit f87de44

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
### Added
10+
### Changed
11+
### Fixed
12+
### Removed
13+
14+
## [3.2.0] - 2018-06-16
915

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

191-
[Unreleased]: https://github.com/fanglingsu/vimb/compare/3.1.0...master
197+
[Unreleased]: https://github.com/fanglingsu/vimb/compare/3.2.0...master
198+
[3.2.0]: https://github.com/fanglingsu/vimb/compare/3.1.0...3.2.0
192199
[3.1.0]: https://github.com/fanglingsu/vimb/compare/3.0-alpha...3.1.0
193200
[3.0-alpha]: https://github.com/fanglingsu/vimb/compare/2.12...3.0-alpha
194201
[2.12]: https://github.com/fanglingsu/vimb/compare/2.11...2.12

config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 3.1.0
1+
VERSION = 3.2.0
22

33
ifneq ($(V),1)
44
Q := @

0 commit comments

Comments
 (0)