chore: bump v0.1.0, housekeeping #8

Merged
cafkafk merged 8 commits from dev into main 2023-07-03 11:49:50 +02:00
5 changed files with 29 additions and 7 deletions
Showing only changes of commit 6e7ba4aadf - Show all commits

View file

@ -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
View file

@ -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",

View file

@ -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"

View file

@ -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

View file

@ -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