diff --git a/CHANGELOG.md b/CHANGELOG.md index 68c6505..b4b2176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to this project will be documented in this file. +## [0.1.0] - 2023-07-03 + +### Documentation + +- Changed roadmap +- Updated roadmap + +### Features + +- Implemented CoC flag +- Quiet flag +- Made SUCCESS/FAILURE emoji const +- Added flag no-emoji + +### Refactor + +- Made code more idiomatic + ## [0.0.7] - 2023-07-02 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index fd51770..6dd9650 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,7 +179,7 @@ dependencies = [ [[package]] name = "gg" -version = "0.0.7" +version = "0.1.0" dependencies = [ "clap", "clap_mangen", diff --git a/Cargo.toml b/Cargo.toml index 6212798..10a1fc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gg" -version = "0.0.7" +version = "0.1.0" edition = "2021" authors = ["Christina Sørensen"] repository = "https://github.com/cafkafk/gg" diff --git a/README.org b/README.org index 101aead..1a922e0 100644 --- a/README.org +++ b/README.org @@ -9,15 +9,17 @@ those that use declarative operating systems and package managers. Although this isn't really a case where it matters *that* much for performance, being written in rust instead of e.g. /janky/ scripting languages does also mean -it is snappy and reliable, and the /extensive/ testing helps ensure regressions -aren't introduced. +it is snappy and reliable, and the /extensive/ (hardly, but eventually) testing +helps ensure regressions aren't introduced. -That said, we're in 0.0.Z, *here be dragons* for now. +That said, we're in 0.Y.Z, *here be dragons* for now (although a little less each +commit). ** Installation #+begin_src sh -$ git clone https://github.com/cafkafk/git -$ ./install +$ git clone https://github.com/cafkafk/gg +$ cd gg +$ cargo install --path . #+end_src ** Configuration diff --git a/doc/roadmap.org b/doc/roadmap.org index b0c01f8..8ebeb22 100644 --- a/doc/roadmap.org +++ b/doc/roadmap.org @@ -1,5 +1,7 @@ #+title: Roadmap +* 0.2.0 (maybe) +- [ ] Links in categories? * 0.1.2 - [ ] Implement Quiet flag * 0.1.1