diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ddb014..c1024fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ All notable changes to this project will be documented in this file. +## [0.2.1] - 2023-11-21 + +### Documentation + +- add icon to crates.io badge (fe21cc0) +- switch README badges to spacebadgers (0119cde) + +### Miscellaneous Tasks + +- bump dependencies (2b769d9) +- use git-cliff in release CI (e570490) +- add release justfile (8eb0638) +- replace cocogitto config with git-cliff (0e02078) +- add basic CI workflow (a47981f) +- rename LICENSE.md to LICENSE (ac1e9b8) + +### Refactor + +- switch to early return in fetch (ea66c01) + ## [0.2.0] - 2022-12-09 ### Documentation diff --git a/Cargo.lock b/Cargo.lock index d494411..df15813 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -58,7 +58,7 @@ checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "arrive" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index b21fbe8..c1fac78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arrive" -version = "0.2.0" +version = "0.2.1" authors = ["Marcin Puc "] edition = "2021" description = "A simple CLI tool for interacting with Advent of Code"