Skip to content

Commit

Permalink
Merge pull request #199 from tonyskapunk/release_201
Browse files Browse the repository at this point in the history
Release 2.0.1
  • Loading branch information
tonyskapunk authored Feb 5, 2019
2 parents f5f5bf0 + 9d7d0b9 commit 5216732
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.

## [Unreleased] -

## [2.0.1] - 2018-02-05
- Fix bug related to DESTDIR included in recap script [(#195)][195] [(#198)][198].

## [2.0.0] - 2018-01-22
- Add plugin support [(#155)][155].
- Split recap functionality between core functions and plugins.
Expand Down Expand Up @@ -207,6 +210,8 @@ All notable changes to this project will be documented in this file.
[170]: https://github.com/rackerlabs/recap/issues/170
[174]: https://github.com/rackerlabs/recap/issues/174
[175]: https://github.com/rackerlabs/recap/issues/175
[195]: https://github.com/rackerlabs/recap/issues/195
[198]: https://github.com/rackerlabs/recap/issues/198

<!---
# One-liners to help generate content for CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion src/recap
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#~

## Version
declare -r _VERSION='2.0.0'
declare -r _VERSION='2.0.1'

## Default settings(can *NOT* be overridden in config file)
declare -r DATE=$( date +%F_%T )
Expand Down
2 changes: 1 addition & 1 deletion src/recaplog
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#~

## Version
declare -r _VERSION='2.0.0'
declare -r _VERSION='2.0.1'

## Default settings
PATH=/bin:/usr/bin:/sbin:/usr/sbin
Expand Down
2 changes: 1 addition & 1 deletion src/recaptool
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#~

## Version
declare -r _VERSION='2.0.0'
declare -r _VERSION='2.0.1'

## Default settings
BASEDIR="/var/log/recap"
Expand Down

0 comments on commit 5216732

Please sign in to comment.