From 9b34ec60f6aeefd56e36c3a773f062dd06c58717 Mon Sep 17 00:00:00 2001 From: Silen Locatelli <88315530+SilenLoc@users.noreply.github.com> Date: Wed, 23 Oct 2024 04:03:47 +0200 Subject: [PATCH] chore(main): release 0.3.3 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f04a357..8f785f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [0.3.3](https://github.com/LunchTimeCode/hay/compare/v0.3.2...v0.3.3) (2024-10-23) + + +### Bug Fixes + +* **deps:** update rust crate anyhow to v1.0.89 ([88b245a](https://github.com/LunchTimeCode/hay/commit/88b245aaa456b939645afde40b12bb212ee54134)) +* **deps:** update rust crate anyhow to v1.0.90 ([4e6cc86](https://github.com/LunchTimeCode/hay/commit/4e6cc86156f31ae08123367d3120fecd254ec5bf)) +* **deps:** update rust crate anyhow to v1.0.91 ([69132fc](https://github.com/LunchTimeCode/hay/commit/69132fcf2d02b47bebcc52e24bbb7bea4b8af504)) +* **deps:** update rust crate clap to v4.5.17 ([d2e289d](https://github.com/LunchTimeCode/hay/commit/d2e289d75d09ad67e6f5c9b9c8d096940195faf6)) +* **deps:** update rust crate clap to v4.5.18 ([bb859c7](https://github.com/LunchTimeCode/hay/commit/bb859c77da4aaa1bff21e017ba1baf59fb811376)) +* **deps:** update rust crate clap to v4.5.19 ([195efea](https://github.com/LunchTimeCode/hay/commit/195efeaebe83a65c65d6fa0d6a25689f96edcd77)) +* **deps:** update rust crate clap to v4.5.20 ([d1434ec](https://github.com/LunchTimeCode/hay/commit/d1434ec2823db262fd318b1935543d8c1ec4d327)) +* **deps:** update rust crate reqwest to v0.12.8 ([4abe477](https://github.com/LunchTimeCode/hay/commit/4abe4774c2e3c678d903d02c122ac5de76f6764f)) +* **deps:** update rust crate serde_json to v1.0.128 ([70721d7](https://github.com/LunchTimeCode/hay/commit/70721d7f4cdc905bcc2e15abc33d8f848a87ae5f)) +* **deps:** update rust crate serde_json to v1.0.129 ([c67ef8d](https://github.com/LunchTimeCode/hay/commit/c67ef8dcc12a2222df8b412ef263fe0f2b5f8a4b)) +* **deps:** update rust crate serde_json to v1.0.130 ([af25730](https://github.com/LunchTimeCode/hay/commit/af25730661d3005b776d34c0dee6e619dc95fd15)) +* **deps:** update rust crate serde_json to v1.0.131 ([fc35fb5](https://github.com/LunchTimeCode/hay/commit/fc35fb555bd6c9f4a5c5b4f1f6fffdf37c71772a)) +* **deps:** update rust crate serde_json to v1.0.132 ([96e4fd6](https://github.com/LunchTimeCode/hay/commit/96e4fd65a29d75032697750b822c5817d1ef4eae)) +* **deps:** update rust crate thiserror to v1.0.64 ([bb64c2e](https://github.com/LunchTimeCode/hay/commit/bb64c2e8a08163d563c70e3e1a27c33b7678c2ff)) +* **deps:** update rust crate thiserror to v1.0.65 ([a0d40dc](https://github.com/LunchTimeCode/hay/commit/a0d40dc4dedb9d59e3a6d67b79cf48299c56f847)) +* **deps:** update serde monorepo to v1.0.210 ([a13e83d](https://github.com/LunchTimeCode/hay/commit/a13e83d21df3d8a70abdbdecb145078080897890)) +* **deps:** update serde monorepo to v1.0.211 ([4295323](https://github.com/LunchTimeCode/hay/commit/4295323d88264e6d7778d0b35be887192f91444d)) +* **deps:** update serde monorepo to v1.0.212 ([b5e55ef](https://github.com/LunchTimeCode/hay/commit/b5e55ef554421a61ce1123c969ba89d74156b0ac)) +* **deps:** update serde monorepo to v1.0.213 ([4bdbfdd](https://github.com/LunchTimeCode/hay/commit/4bdbfdd48f4b739efa31ae3063c4fa99d0994743)) + ## [0.3.2](https://github.com/LunchTimeCode/hay/compare/v0.3.1...v0.3.2) (2024-09-02) diff --git a/Cargo.lock b/Cargo.lock index 353a8fb..4148906 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -374,7 +374,7 @@ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" [[package]] name = "hay" -version = "0.3.2" +version = "0.3.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index c43d6be..fdf710f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hay" -version = "0.3.2" +version = "0.3.3" edition = "2021" repository = "https://github.com/LunchTimeCode/hay" authors = ["Silen Locatelli"]