Skip to content

Commit

Permalink
chore(main): release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenLoc committed Oct 23, 2024
1 parent 4bdbfdd commit 9b34ec6
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit 9b34ec6

Please sign in to comment.