Skip to content

Commit

Permalink
Release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathonReinhart committed Mar 7, 2018
1 parent 9a2ce2c commit 3295643
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [2.2.0] - 2018-03-07
### Changed
- Allow `script` to be a single string value in the "common script schema"
which applies to hooks and aliases (#102)
Expand Down Expand Up @@ -147,7 +147,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
First versioned release


[Unreleased]: https://github.com/JonathonReinhart/scuba/compare/v2.1.0...HEAD
[Unreleased]: https://github.com/JonathonReinhart/scuba/compare/v2.2.0...HEAD
[2.2.0]: https://github.com/JonathonReinhart/scuba/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/JonathonReinhart/scuba/compare/v2.0.1...v2.1.0
[2.0.1]: https://github.com/JonathonReinhart/scuba/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/JonathonReinhart/scuba/compare/v1.7.0...v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion scuba/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.1.0'
__version__ = '2.2.0'

0 comments on commit 3295643

Please sign in to comment.