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
|
## 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
2
Cargo.lock
generated
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "today"
|
name = "today"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue