From c607d4d9581bf39e6446945e2ea2151c59371e53 Mon Sep 17 00:00:00 2001 From: Christoph Loy Date: Fri, 27 Aug 2021 15:41:52 +0200 Subject: [PATCH] (cargo-release) version 1.0.0 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d16942d..a30ada4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). + ## [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)) @@ -23,5 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[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 diff --git a/Cargo.lock b/Cargo.lock index 7510f12..3d99427 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -527,7 +527,7 @@ dependencies = [ [[package]] name = "trackie" -version = "0.1.0" +version = "1.0.0" dependencies = [ "assert_cmd", "bencher", diff --git a/Cargo.toml b/Cargo.toml index ee22d35..edb292e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trackie" -version = "0.1.0" +version = "1.0.0" authors = ["beatbrot "] edition = "2018"