From: Daniel Carl Date: Sat, 16 Jun 2018 20:47:57 +0000 (+0200) Subject: Released version 3.2.0. X-Git-Url: https://git.owens.tech///git?a=commitdiff_plain;h=f87de44ac790d7eece6fe1728188b9610fe7d656;p=vimb.git Released version 3.2.0. --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 058873f..7b33fef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/config.mk b/config.mk index 31a8369..4b67016 100644 --- a/config.mk +++ b/config.mk @@ -1,4 +1,4 @@ -VERSION = 3.1.0 +VERSION = 3.2.0 ifneq ($(V),1) Q := @