chore: bump v0.1.0, housekeeping #8
5 changed files with 29 additions and 7 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -2,6 +2,24 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
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
|
## [0.0.7] - 2023-07-02
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -179,7 +179,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "gg"
|
name = "gg"
|
||||||
version = "0.0.7"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"clap_mangen",
|
"clap_mangen",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "gg"
|
name = "gg"
|
||||||
version = "0.0.7"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Christina Sørensen"]
|
authors = ["Christina Sørensen"]
|
||||||
repository = "https://github.com/cafkafk/gg"
|
repository = "https://github.com/cafkafk/gg"
|
||||||
|
|
12
README.org
12
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,
|
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
|
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
|
it is snappy and reliable, and the /extensive/ (hardly, but eventually) testing
|
||||||
aren't introduced.
|
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
|
** Installation
|
||||||
#+begin_src sh
|
#+begin_src sh
|
||||||
$ git clone https://github.com/cafkafk/git
|
$ git clone https://github.com/cafkafk/gg
|
||||||
$ ./install
|
$ cd gg
|
||||||
|
$ cargo install --path .
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Configuration
|
** Configuration
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#+title: Roadmap
|
#+title: Roadmap
|
||||||
|
|
||||||
|
* 0.2.0 (maybe)
|
||||||
|
- [ ] Links in categories?
|
||||||
* 0.1.2
|
* 0.1.2
|
||||||
- [ ] Implement Quiet flag
|
- [ ] Implement Quiet flag
|
||||||
* 0.1.1
|
* 0.1.1
|
||||||
|
|
Loading…
Reference in a new issue