File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66and 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
Original file line number Diff line number Diff line change 1- VERSION = 3.1 .0
1+ VERSION = 3.2 .0
22
33ifneq ($(V ) ,1)
44Q := @
You can’t perform that action at this time.
0 commit comments