Skip to content

Commit f76ab98

Browse files
committed
changelog and version bump
1 parent bd767a3 commit f76ab98

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [0.6.1] - 2025-04-29
11+
12+
### Changed
13+
* fix swift compiler error in xcode >= 16.3
14+
1015
## [0.6.0] - 2024-03-30
1116

1217
### Changed
@@ -73,4 +78,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7378
*note:* the crate release matches the commit tagged with the `ru-` prefix because we release the swift package after the crate due to its dependency on each other
7479

7580
### Added
76-
* `IosIapPurchaseResult` can be `Unknown` if an invalid product ID is used for a purchase ([#3](https://github.com/rustunit/bevy_ios_iap/issues/3))
81+
* `IosIapPurchaseResult` can be `Unknown` if an invalid product ID is used for a purchase ([#3](https://github.com/rustunit/bevy_ios_iap/issues/3))

bevy_ios_iap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_ios_iap"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
edition = "2021"
55
build = "build.rs"
66
readme = "../README.md"

0 commit comments

Comments
 (0)