Skip to content

Commit 1b68130

Browse files
chore(main): release 0.2.3
1 parent 2201efe commit 1b68130

File tree

6 files changed

+19
-5
lines changed

6 files changed

+19
-5
lines changed

.github/release-please/.manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "0.2.2",
3-
"fauxgen-core": "0.2.2"
2+
".": "0.2.3",
3+
"fauxgen-core": "0.2.3"
44
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.3](https://github.com/hiro-o918/fauxgen/compare/v0.2.2...v0.2.3) (2025-04-19)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
310
## [0.2.2](https://github.com/hiro-o918/fauxgen/compare/v0.2.1...v0.2.2) (2025-04-17)
411

512

fauxgen-core/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.3](https://github.com/hiro-o918/fauxgen/compare/[email protected]@v0.2.3) (2025-04-19)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
310
## [0.2.2](https://github.com/hiro-o918/fauxgen/compare/[email protected]@v0.2.2) (2025-04-17)
411

512

fauxgen-core/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fauxgen-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "fauxgen-core"
4-
version = "0.2.2"
4+
version = "0.2.3"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "Add your description here"
66
name = "fauxgen"
77
readme = "README.md"
88
requires-python = ">=3.10"
9-
version = "0.2.2"
9+
version = "0.2.3"
1010

1111
[tool.uv]
1212
package = true

0 commit comments

Comments
 (0)