Skip to content

Commit

Permalink
(cargo-release) version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beatbrot committed Aug 27, 2021
1 parent 51bcdc5 commit c607d4d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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).

<!-- next-header -->

## [Unreleased] - ReleaseDate
## [1.0.0] - 2021-08-27

### Added
- New `status` command that shows which project is currently tracked and for how long (thanks [/u/radarevada](https://www.reddit.com/r/programming/comments/ozxrd4/trackie_is_a_private_daemonless_time_tracker/h84sukr))
Expand All @@ -23,5 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release

<!-- next-url -->
[Unreleased]: https://github.com/beatbrot/trackie/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/beatbrot/trackie/compare/v0.1.0...v1.0.0
[0.1.0]: https://github.com/beatbrot/trackie/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trackie"
version = "0.1.0"
version = "1.0.0"
authors = ["beatbrot <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit c607d4d

Please sign in to comment.