chore: bump v0.1.0, housekeeping
- added changelog - bumped cargo version - fixed readme - other minor fixes Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
parent
c04ca64325
commit
6e7ba4aadf
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.
|
||||
|
||||
## [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
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -179,7 +179,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "gg"
|
||||
version = "0.0.7"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"clap_mangen",
|
||||
|
|
|
@ -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"
|
||||
|
|
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,
|
||||
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
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#+title: Roadmap
|
||||
|
||||
* 0.2.0 (maybe)
|
||||
- [ ] Links in categories?
|
||||
* 0.1.2
|
||||
- [ ] Implement Quiet flag
|
||||
* 0.1.1
|
||||
|
|
Loading…
Reference in a new issue