Skip to content

Commit

Permalink
feat(commands)!: implement begin, end, and now command (#1)
Browse files Browse the repository at this point in the history
* feat(commands)!: implement `begin`, `end`, and `now` command

doc(readme): updated commands in readme

* fix(config): Fix missing plural in tasks.toml

Signed-off-by: simonsan <[email protected]>

* docs: add license to readme

Signed-off-by: simonsan <[email protected]>

* refactor(activity): use non-deprecated methods for relative time

Signed-off-by: simonsan <[email protected]>

---------

Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan authored Feb 10, 2024
1 parent 69cda69 commit a3f8f12
Show file tree
Hide file tree
Showing 50 changed files with 2,644 additions and 159 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ and this project adheres to
## [0.3.0](https://github.com/pace-rs/pace/compare/pace-rs-v0.2.0...pace-rs-v0.3.0) - 2024-02-03

### Fixed
- *(manifest)* [**breaking**] use includes to only package the bare minimum for crates.io

- *(manifest)* [**breaking**] use includes to only package the bare minimum for
crates.io

## [0.2.0](https://github.com/pace-rs/pace/compare/pace-rs-v0.1.0...pace-rs-v0.2.0) - 2024-02-03

Expand Down
Loading

0 comments on commit a3f8f12

Please sign in to comment.