diff --git a/.github/release-please/.manifest.json b/.github/release-please/.manifest.json index f5aac81..5572f8d 100644 --- a/.github/release-please/.manifest.json +++ b/.github/release-please/.manifest.json @@ -1,4 +1,4 @@ { - ".": "0.2.2", - "fauxgen-core": "0.2.2" + ".": "0.2.3", + "fauxgen-core": "0.2.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aa4a15..b93534f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.2.3](https://github.com/hiro-o918/fauxgen/compare/v0.2.2...v0.2.3) (2025-05-06) + + +### Bug Fixes + +* **deps:** update rust crate clap to v4.5.37 ([#53](https://github.com/hiro-o918/fauxgen/issues/53)) ([2201efe](https://github.com/hiro-o918/fauxgen/commit/2201efea22adb2470dda39ceb0752cef2d6e8847)) +* **deps:** update rust crate clap_complete to v4.5.48 ([#56](https://github.com/hiro-o918/fauxgen/issues/56)) ([6ed716d](https://github.com/hiro-o918/fauxgen/commit/6ed716d48d2971fa1ff51026885758d47604b58b)) +* **deps:** update rust crate clap_complete to v4.5.49 ([#57](https://github.com/hiro-o918/fauxgen/issues/57)) ([daf68a1](https://github.com/hiro-o918/fauxgen/commit/daf68a18bfcd84901bc6c629348ad3441988eb26)) +* **deps:** update rust crate clap_complete to v4.5.50 ([#58](https://github.com/hiro-o918/fauxgen/issues/58)) ([38b9813](https://github.com/hiro-o918/fauxgen/commit/38b9813ff7081e3ad2adc0d73cc42893f518c3a5)) + ## [0.2.2](https://github.com/hiro-o918/fauxgen/compare/v0.2.1...v0.2.2) (2025-04-17) diff --git a/fauxgen-core/CHANGELOG.md b/fauxgen-core/CHANGELOG.md index e2671ce..1b2e2f7 100644 --- a/fauxgen-core/CHANGELOG.md +++ b/fauxgen-core/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.2.3](https://github.com/hiro-o918/fauxgen/compare/fauxgen-core@v0.2.2...fauxgen-core@v0.2.3) (2025-05-06) + + +### Bug Fixes + +* **deps:** update rust crate clap to v4.5.37 ([#53](https://github.com/hiro-o918/fauxgen/issues/53)) ([2201efe](https://github.com/hiro-o918/fauxgen/commit/2201efea22adb2470dda39ceb0752cef2d6e8847)) +* **deps:** update rust crate clap_complete to v4.5.48 ([#56](https://github.com/hiro-o918/fauxgen/issues/56)) ([6ed716d](https://github.com/hiro-o918/fauxgen/commit/6ed716d48d2971fa1ff51026885758d47604b58b)) +* **deps:** update rust crate clap_complete to v4.5.49 ([#57](https://github.com/hiro-o918/fauxgen/issues/57)) ([daf68a1](https://github.com/hiro-o918/fauxgen/commit/daf68a18bfcd84901bc6c629348ad3441988eb26)) +* **deps:** update rust crate clap_complete to v4.5.50 ([#58](https://github.com/hiro-o918/fauxgen/issues/58)) ([38b9813](https://github.com/hiro-o918/fauxgen/commit/38b9813ff7081e3ad2adc0d73cc42893f518c3a5)) + ## [0.2.2](https://github.com/hiro-o918/fauxgen/compare/fauxgen-core@v0.2.1...fauxgen-core@v0.2.2) (2025-04-17) diff --git a/fauxgen-core/Cargo.lock b/fauxgen-core/Cargo.lock index 18c29af..26f8980 100644 --- a/fauxgen-core/Cargo.lock +++ b/fauxgen-core/Cargo.lock @@ -266,7 +266,7 @@ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "fauxgen-core" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "askama", diff --git a/fauxgen-core/Cargo.toml b/fauxgen-core/Cargo.toml index 0f7064c..8c1f5d9 100644 --- a/fauxgen-core/Cargo.toml +++ b/fauxgen-core/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "fauxgen-core" -version = "0.2.2" +version = "0.2.3" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/pyproject.toml b/pyproject.toml index b970a7c..2b49f8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ description = "Add your description here" name = "fauxgen" readme = "README.md" requires-python = ">=3.10" -version = "0.2.2" +version = "0.2.3" [tool.uv] package = true