chore(version): bump to 0.0.7
- made certain fields optional in config - added CHANGELOG.md - started tagging versions Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
parent
ee8e546b22
commit
d5b4a03f94
2 changed files with 78 additions and 1 deletions
77
CHANGELOG.md
Normal file
77
CHANGELOG.md
Normal file
|
@ -0,0 +1,77 @@
|
||||||
|
# Changelog
|
||||||
|
|
||||||
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [0.0.7] - 2023-07-02
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- Changed config.yaml location
|
||||||
|
- Increased scope of push field
|
||||||
|
- Remove potentially destructive operaton
|
||||||
|
- Fixed mini-license typos
|
||||||
|
- Fixed testing with hashmap arch
|
||||||
|
- Spinner on all repoactions
|
||||||
|
- Fixed commit in quick
|
||||||
|
- [**breaking**] Fixed quick, fast messages
|
||||||
|
- Fixed commit with editor regression
|
||||||
|
|
||||||
|
### Documentation
|
||||||
|
|
||||||
|
- Architectural Overview
|
||||||
|
- Moved charts to doc/img
|
||||||
|
- Update image locations
|
||||||
|
- Moved ARCHITECTURE.md to doc/
|
||||||
|
- Added some documentation
|
||||||
|
- Added roadmap
|
||||||
|
- Added git cliff config
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- Started flakification
|
||||||
|
- Added nix flake #5
|
||||||
|
- [**breaking**] Add push field
|
||||||
|
- [**breaking**] Add repo flags
|
||||||
|
- [**breaking**] Implemented naive categories
|
||||||
|
- Started work on using spinners
|
||||||
|
- Added pull flag
|
||||||
|
- React to exit code of git
|
||||||
|
- Started adding multi instruction logic
|
||||||
|
- Added fast subcommand
|
||||||
|
- Add Commit, Add flags
|
||||||
|
- [**breaking**] Added Quick, Fast flags
|
||||||
|
- Made category flags optional
|
||||||
|
- Made categories.repo optional
|
||||||
|
- Made repo flags optional
|
||||||
|
|
||||||
|
### Miscellaneous Tasks
|
||||||
|
|
||||||
|
- Version bump to v0.0.3
|
||||||
|
- Moved install scripts to ./bin
|
||||||
|
- Merge 0.0.6
|
||||||
|
- Bump to 0.0.7
|
||||||
|
|
||||||
|
### Refactor
|
||||||
|
|
||||||
|
- Fixed various clippy errors
|
||||||
|
- Removed unused code from flake
|
||||||
|
- Improved GitRepo assoc. function debug
|
||||||
|
- Removed redundant line in Cargo.toml
|
||||||
|
- Created on_all for config struct
|
||||||
|
- Naive nested hashmap
|
||||||
|
- Generic refactor
|
||||||
|
|
||||||
|
### Security
|
||||||
|
|
||||||
|
- Removed atty dependency
|
||||||
|
- Removed atty dependency
|
||||||
|
|
||||||
|
### Testing
|
||||||
|
|
||||||
|
- Removed unused ./test dir
|
||||||
|
|
||||||
|
### WIP
|
||||||
|
|
||||||
|
- Mvp flake working
|
||||||
|
|
||||||
|
<!-- generated by git-cliff -->
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "gg"
|
name = "gg"
|
||||||
version = "0.0.6"
|
version = "0.0.7"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Christina Sørensen"]
|
authors = ["Christina Sørensen"]
|
||||||
repository = "https://github.com/cafkafk/gg"
|
repository = "https://github.com/cafkafk/gg"
|
||||||
|
|
Loading…
Reference in a new issue