From c9b00adb5793dd75d470a35f48c91c1be4db8681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Fri, 7 Jul 2023 06:09:59 +0200 Subject: [PATCH] chore(version): bump to v0.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ** [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 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 33 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed1bc9e..ea9b2be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 9415f31..a07e1d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,7 +179,7 @@ dependencies = [ [[package]] name = "gg" -version = "0.1.2" +version = "0.2.0" dependencies = [ "clap", "clap_mangen", diff --git a/Cargo.toml b/Cargo.toml index 9b9ace7..b882576 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"