Skip to content

Commit

Permalink
Bump bugfix version
Browse files Browse the repository at this point in the history
  • Loading branch information
idanarye committed Jan 13, 2024
1 parent 96e8a4a commit ed6b0cb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## 0.17.1 - 2024-01-14
### Fixed
- Use a proper `OR` syntax for the dual license.

## 0.17.0 - 2023-11-25
### Removed
- [**BREAKING**] The `YoleckLoadingCommand` resource is removed, in favor of a
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["macros"]
[package]
name = "bevy-yoleck"
description = "Your Own Level Editor Creation Kit"
version = "0.17.0"
version = "0.17.1"
edition = "2021"
authors = ["IdanArye <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand All @@ -20,7 +20,7 @@ exclude = [
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bevy-yoleck-macros = { version = "0.9.0", path = "macros" }
bevy-yoleck-macros = { version = "0.9.1", path = "macros" }
anyhow = "^1"
bevy = { version = "^0.12", default-features = false }
bevy_egui = { version = "^0.23", default-features = false, features = ["default_fonts"] }
Expand Down
4 changes: 2 additions & 2 deletions macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "bevy-yoleck-macros"
description = "Macros for bevy-yoleck"
version = "0.9.0"
version = "0.9.1"
edition = "2021"
authors = ["IdanArye <[email protected]>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/idanarye/bevy-yoleck"
documentation = "https://docs.rs/bevy-yoleck"

Expand Down

0 comments on commit ed6b0cb

Please sign in to comment.