We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b148d10 commit 403e644Copy full SHA for 403e644
CHANGELOG.md
@@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## [0.6.0] - 2024-03-30
11
+
12
### Changed
13
* make `Transaction` `reason` and `storefront` available only ios `17.0` or up
14
+* introduce `Ios17Specific` Option-like that forces users to handle the fact that these values are only available on iOS 17 or up
15
* make package iOS `16.0` compatible
16
* remove `currency_code` as it was deprecated in iOS `16.0`
17
bevy_ios_iap/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "bevy_ios_iap"
3
-version = "0.5.2"
+version = "0.6.0"
4
edition = "2021"
5
build = "build.rs"
6
readme = "../README.md"
0 commit comments