Skip to content

Commit

Permalink
chore: release version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clabe45 committed Dec 12, 2022
1 parent 3739e95 commit 87154ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.2.0] - 2022-12-12
### Added
- `--force` option

Expand All @@ -22,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Supports exclusion and inclusion rules
- `detimer list`

[Unreleased]: https://github.com/clabe45/detimer/compare/v0.1.2...main
[0.2.0]: https://github.com/clabe45/detimer/compare/v0.1.2...v0.2.0
[0.1.2]: https://github.com/clabe45/detimer/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/clabe45/detimer/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/clabe45/detimer/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion detimer/constants.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
APP_NAME = "detimer"
VERSION = "0.1.2"
VERSION = "0.2.0"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = detimer
version = 0.1.2
version = 0.2.0
url = https://github.com/clabe45/detimer
description = Universal backup manager
long_description = file: README.md
Expand Down

0 comments on commit 87154ca

Please sign in to comment.