From 1c1927ee34a9213a9a79768e3b6d568c7a852da9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 22:50:11 +0900 Subject: [PATCH] chore(main): release 0.0.3 (#10) :robot: I have created a release *beep* *boop* --- ## [0.0.3](https://github.com/j-eoeo/jbox/compare/v0.0.2...v0.0.3) (2024-01-21) ### Continuous Integration * release 0.0.2 ([d73c5ca](https://github.com/j-eoeo/jbox/commit/d73c5cab378f55da754a0ed615eef29e993af226)) * release 0.0.2 ([91ba59d](https://github.com/j-eoeo/jbox/commit/91ba59d8e08045342bb7f8496ba1bc01e191e73d)) * release 0.0.3 ([b8642e1](https://github.com/j-eoeo/jbox/commit/b8642e15d074c56903a13ad304d79d48f6559349)) --- 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 | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee7117c..759943b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.0.3](https://github.com/j-eoeo/jbox/compare/v0.0.2...v0.0.3) (2024-01-21) + + +### Continuous Integration + +* release 0.0.2 ([d73c5ca](https://github.com/j-eoeo/jbox/commit/d73c5cab378f55da754a0ed615eef29e993af226)) +* release 0.0.2 ([91ba59d](https://github.com/j-eoeo/jbox/commit/91ba59d8e08045342bb7f8496ba1bc01e191e73d)) +* release 0.0.3 ([b8642e1](https://github.com/j-eoeo/jbox/commit/b8642e15d074c56903a13ad304d79d48f6559349)) + ## [0.0.2](https://github.com/j-eoeo/jbox/compare/v0.0.2...v0.0.2) (2024-01-21) diff --git a/Cargo.lock b/Cargo.lock index 8b2eac0..70b97e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2068,7 +2068,7 @@ checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" [[package]] name = "jbox" -version = "0.0.2" +version = "0.0.3" dependencies = [ "bevy", "chrono", diff --git a/Cargo.toml b/Cargo.toml index bd55d64..42e0675 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jbox" -version = "0.0.2" +version = "0.0.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html