Skip to content

Commit 403e644

Browse files
committed
release 0.6
1 parent b148d10 commit 403e644

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

88
## Unreleased
99

10+
## [0.6.0] - 2024-03-30
11+
1012
### Changed
1113
* 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
1215
* make package iOS `16.0` compatible
1316
* remove `currency_code` as it was deprecated in iOS `16.0`
1417

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.5.2"
3+
version = "0.6.0"
44
edition = "2021"
55
build = "build.rs"
66
readme = "../README.md"

0 commit comments

Comments
 (0)