From b936bfa696e8b2e3b3678bf084eb7fd0c5afc299 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 15:44:44 +0900 Subject: [PATCH] chore(main): release 0.0.4 (#13) :robot: I have created a release *beep* *boop* --- ## [0.0.4](https://github.com/j-eoeo/jbox/compare/v0.0.3...v0.0.4) (2024-01-22) ### Continuous Integration * release 0.0.3 ([c6c517a](https://github.com/j-eoeo/jbox/commit/c6c517ad60c63173ac1fb46a966041ab2c9c2af3)) * release 0.0.3 ([3a7110a](https://github.com/j-eoeo/jbox/commit/3a7110a6db845f72b7c04038be41478f6bc0021b)) * release 0.0.3 ([be52386](https://github.com/j-eoeo/jbox/commit/be523868b9810533fc0f8c8c1f5d50ccf8c702af)) * release 0.0.3 ([f3c5fd4](https://github.com/j-eoeo/jbox/commit/f3c5fd4a2fa892b43ffb86b4414f284de99ce6b3)) * release 0.0.4 ([414a9f5](https://github.com/j-eoeo/jbox/commit/414a9f53acb77ac03fe6c8f6cd5560157ac0afa7)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1d8091..4b21729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.0.4](https://github.com/j-eoeo/jbox/compare/v0.0.3...v0.0.4) (2024-01-22) + + +### Continuous Integration + +* release 0.0.3 ([c6c517a](https://github.com/j-eoeo/jbox/commit/c6c517ad60c63173ac1fb46a966041ab2c9c2af3)) +* release 0.0.3 ([3a7110a](https://github.com/j-eoeo/jbox/commit/3a7110a6db845f72b7c04038be41478f6bc0021b)) +* release 0.0.3 ([be52386](https://github.com/j-eoeo/jbox/commit/be523868b9810533fc0f8c8c1f5d50ccf8c702af)) +* release 0.0.3 ([f3c5fd4](https://github.com/j-eoeo/jbox/commit/f3c5fd4a2fa892b43ffb86b4414f284de99ce6b3)) +* release 0.0.4 ([414a9f5](https://github.com/j-eoeo/jbox/commit/414a9f53acb77ac03fe6c8f6cd5560157ac0afa7)) + ## [0.0.3](https://github.com/j-eoeo/jbox/compare/v0.0.3...v0.0.3) (2024-01-21) diff --git a/Cargo.lock b/Cargo.lock index 70b97e5..74c8da7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2068,7 +2068,7 @@ checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" [[package]] name = "jbox" -version = "0.0.3" +version = "0.0.4" dependencies = [ "bevy", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 42e0675..f315ebe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jbox" -version = "0.0.3" +version = "0.0.4" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html