Release version 0.2.0

This commit is contained in:
Joscha 2022-03-18 03:21:02 +01:00
parent a236e8d953
commit 29e4e786ea
3 changed files with 4 additions and 2 deletions

View file

@ -4,6 +4,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased ## Unreleased
## 0.2.0 - 2022-03-18
### Added ### Added
- `LOG` command and `today log` CLI command - `LOG` command and `today log` CLI command
- `CAPTURE` command and `today new` CLI command - `CAPTURE` command and `today new` CLI command

2
Cargo.lock generated
View file

@ -604,7 +604,7 @@ dependencies = [
[[package]] [[package]]
name = "today" name = "today"
version = "0.1.0" version = "0.2.0"
dependencies = [ dependencies = [
"chrono", "chrono",
"codespan-reporting", "codespan-reporting",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "today" name = "today"
version = "0.1.0" version = "0.2.0"
edition = "2021" edition = "2021"
[dependencies] [dependencies]