From 7df581278e046fc404d05b3ede05a9e931629410 Mon Sep 17 00:00:00 2001 From: Patrick Jackson Date: Thu, 18 Apr 2024 18:21:46 -0700 Subject: [PATCH] chore: release v0.1.1 --- CHANGELOG.md | 10 +++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87d65d8..3bc2029 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,13 @@ All notable changes to this project will be documented in this file. -## [0.1.0] - 2024-04-18 +## [0.1.1] - 2024-04-19 + +### Bug Fixes + +- Update headjack to a named version +- Add category +- Fixing missing config file ### Features @@ -11,9 +17,11 @@ All notable changes to this project will be documented in this file. ### Miscellaneous Tasks - Release v0.1.0 +- Release v0.1.1 ### Styling +- Formatting - Formatting diff --git a/Cargo.lock b/Cargo.lock index e212166..22c6b75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2059,7 +2059,7 @@ checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7" [[package]] name = "pokem" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index d297710..b4040ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pokem" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Patrick Jackson "] readme = "README.md"