From 1da2c11edd7a0ecd3f9fa468ee2f14f1d1a9eb9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Sypie=C5=84?= Date: Sun, 9 Jun 2019 19:50:14 +0200 Subject: [PATCH] Update CHANGELOG file according to release v2.5.0 --- CHANGELOG.md | 36 +++++++++++++++++++++++------------- bin/dotfiles | 2 +- 2 files changed, 24 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4deadc3..9dafa24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,33 +9,42 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added -- dotfiles/OSX: Added Brewfile - the configuration file for brew (#98) +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +## [v2.5.0][2.5.0] - 2019-06-09 + +### Added + - CI-CD: Added shellcheck linter (#122) -- dotfiles: refactor installing ZSH theme - devops: Add markdown linter runner to the project (#140) +- dotfiles/OSX: Added Brewfile - the configuration file for brew (#98) +- dotfiles: refactored installing ZSH theme ### Changed -- Switch neobundle plugin manager in favor of simpler vim-plug (#65) -- Replace NeoComplete with YouCompleteMe code-completion engine (#127) -- Upgrade vim installation from source files (#120) +- Replaced NeoComplete with YouCompleteMe code-completion engine (#127) +- Switched neobundle plugin manager in favor of simpler vim-plug (#65) +- Upgraded vim installation from source files (#120) - Vim: Moved from Syntastic to Vim-ALE linter (#134) -- dotfiles: Refactor internals of dotfiles configurator (#142) - -### Deprecated +- dotfiles: Refactored internals of dotfiles configurator (#142) ### Removed -- Removed unused Conky configuration (#144) - Removed configuration for non-existent .zprofile file (#121) +- Removed unused Conky configuration (#144) ### Fixed - Fix missing Brefile, .gemrc and .mdlrc when cleaning dotfiles (#131) - Vim: Fixed broken settings for Utilsnips plugin (#129) -- Fix missing Brefile, .gemrc and .mdlrc when cleaning dotfiles (#131) - -### Security ## [v2.4.0][2.4.0] - 2018-12-30 @@ -637,7 +646,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## 1.1.0 - 2015-05-18 -[unreleased]: https://github.com/egel/dotfiles/compare/v2.4.0...HEAD +[unreleased]: https://github.com/egel/dotfiles/compare/v2.5.0...HEAD +[2.5.0]: https://github.com/egel/dotfiles/compare/v2.4.0...v2.5.0 [2.4.0]: https://github.com/egel/dotfiles/compare/v2.3.0...v2.4.0 [2.3.0]: https://github.com/egel/dotfiles/compare/v2.2.3...v2.3.0 [2.2.3]: https://github.com/egel/dotfiles/compare/v2.2.2...v2.2.3 diff --git a/bin/dotfiles b/bin/dotfiles index 6dfcb34..93b11a4 100755 --- a/bin/dotfiles +++ b/bin/dotfiles @@ -22,7 +22,7 @@ __aborted__="${yellow}Action aborted${endColor}" __empty__=" " # Current file variables -__version__="2.4.0" +__version__="2.5.0" PROJECT_NAME="The Egel dotfiles" CURRENT_FILE_DIRECTORY="$(cd "$(dirname "${BASH_SOURCE[0]}" )" && pwd)" #current path to file PROJECT_CONFIG_NAME=".dotfiles.config"