chore(version): bump to v0.2.0

** [0.2.0] - 2023-07-07

*** Bug Fixes

- Made categories with only links possible

*** Features

- [**breaking**] Put links in categories

*** Miscellaneous Tasks

- Filled out Cargo.toml
- Added test.yaml to gitignore
- Fixed up code, roadmap for bump

*** Refactor

- Simple code quality changes

*** Testing

- Refactored testing, added tests dir

** [0.1.2] - 2023-07-03

*** Features

- Implemented quiet flag

*** Miscellaneous Tasks

- Bump to v0.1.2

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2023-07-07 06:09:59 +02:00 committed by Christina Sørensen
parent c36000e7a0
commit c9b00adb57
3 changed files with 33 additions and 2 deletions

View file

@ -2,12 +2,40 @@
All notable changes to this project will be documented in this file.
## [0.2.0] - 2023-07-07
### Bug Fixes
- Made categories with only links possible
### Features
- [**breaking**] Put links in categories
### Miscellaneous Tasks
- Filled out Cargo.toml
- Added test.yaml to gitignore
- Fixed up code, roadmap for bump
### Refactor
- Simple code quality changes
### Testing
- Refactored testing, added tests dir
## [0.1.2] - 2023-07-03
### Features
- Implemented quiet flag
### Miscellaneous Tasks
- Bump to v0.1.2
## [0.1.1] - 2023-07-03
### Bug Fixes
@ -24,6 +52,7 @@ All notable changes to this project will be documented in this file.
### Miscellaneous Tasks
- Bump v0.1.0, housekeeping, #8 from cafkafk/dev
- Bump to v0.1.1
## [0.1.0] - 2023-07-03
@ -42,6 +71,7 @@ All notable changes to this project will be documented in this file.
### Miscellaneous Tasks
- Bump to 0.0.7 #7 from cafkafk/dev
- Bump v0.1.0, housekeeping
### Refactor
@ -95,6 +125,7 @@ All notable changes to this project will be documented in this file.
- Version bump to v0.0.3
- Moved install scripts to ./bin
- Merge 0.0.6
- Merge 0.0.6 #6 from cafkafk/dev
- Bump to 0.0.7
### Refactor

2
Cargo.lock generated
View file

@ -179,7 +179,7 @@ dependencies = [
[[package]]
name = "gg"
version = "0.1.2"
version = "0.2.0"
dependencies = [
"clap",
"clap_mangen",

View file

@ -1,6 +1,6 @@
[package]
name = "gg"
version = "0.1.2"
version = "0.2.0"
authors = ["Christina Sørensen"]
edition = "2021"
rust-version = "1.72.0"