Skip to content

Commit

Permalink
Update CHANGELOG file according to release v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
egel committed Jun 9, 2019
1 parent a0af5cc commit 1da2c11
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 14 deletions.
36 changes: 23 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bin/dotfiles
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1da2c11

Please sign in to comment.