Skip to content

Commit

Permalink
docs: update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtabrams committed Jan 30, 2021
1 parent 570497f commit de2f49e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.12.0] - 2021-01-29
### Added
- Add `--version` flag for bug reports and troubleshooting.

### Fixed
- Create temporary backup file when using sed replace.

### Changed
- Add a license to the project.
- Create script for updating version.

## [0.11.1] - 2021-01-28
### Fixed
- Make sed commands work with GNU and BSD versions.
Expand Down Expand Up @@ -142,7 +153,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Created a proof of concept for a changelog updater.

[Unreleased]: https://github.com/adamtabrams/change/compare/0.11.1...HEAD
[Unreleased]: https://github.com/adamtabrams/change/compare/0.12.0...HEAD
[0.12.0]: https://github.com/adamtabrams/change/compare/0.11.1...0.12.0
[0.11.1]: https://github.com/adamtabrams/change/compare/0.11.0...0.11.1
[0.11.0]: https://github.com/adamtabrams/change/compare/0.10.0...0.11.0
[0.10.0]: https://github.com/adamtabrams/change/compare/0.9.0...0.10.0
Expand Down
2 changes: 1 addition & 1 deletion change
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ change_file="CHANGELOG.md"
xdg_data_home=${XDG_DATA_HOME:-$HOME/.local/share}
auth_dir="$xdg_data_home/change/"
auth_file="$auth_dir/auth"
change_version="0.11.1"
change_version="0.12.0"
nl="
"

Expand Down

0 comments on commit de2f49e

Please sign in to comment.