Release version 0.2.0
This commit is contained in:
parent
a236e8d953
commit
29e4e786ea
3 changed files with 4 additions and 2 deletions
|
|
@ -4,6 +4,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
|
||||
## Unreleased
|
||||
|
||||
## 0.2.0 - 2022-03-18
|
||||
|
||||
### Added
|
||||
- `LOG` command and `today log` CLI command
|
||||
- `CAPTURE` command and `today new` CLI command
|
||||
|
|
|
|||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -604,7 +604,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "today"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"codespan-reporting",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "today"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue