diff --git a/.bazelversion b/.bazelversion index a3fcc712..21c8c7b4 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -7.1.0 +7.1.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 52b88445..7b103230 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Main +## 5.1.2 ##### Breaking @@ -10,7 +10,8 @@ ##### Bug Fixes -* None. +* Fix support for Bazel 7.x. + [JP Simard](https://github.com/jpsim) ## 5.1.1 diff --git a/MODULE.bazel b/MODULE.bazel index 16459eb3..dc317a49 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,11 +1,11 @@ module( name = "yams", - version = "5.1.1", + version = "5.1.2", compatibility_level = 1, ) +bazel_dep(name = "apple_support", version = "1.15.1") bazel_dep(name = "rules_swift", version = "1.18.0", repo_name = "build_bazel_rules_swift") -bazel_dep(name = "apple_support", version = "1.15.1", dev_dependency = True) bazel_dep(name = "platforms", version = "0.0.9", dev_dependency = True) -bazel_dep(name = "rules_apple", version = "3.5.0", dev_dependency = True) +bazel_dep(name = "rules_apple", version = "3.5.1", dev_dependency = True) diff --git a/README.md b/README.md index cb358644..4152588d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ cmake --build /path/to/build ### Swift Package Manager -Add `.package(url: "https://github.com/jpsim/Yams.git", from: "5.1.1")` to your +Add `.package(url: "https://github.com/jpsim/Yams.git", from: "5.1.2")` to your `Package.swift` file's `dependencies`. ### CocoaPods diff --git a/Yams.podspec b/Yams.podspec index 1b535265..c80d76c6 100644 --- a/Yams.podspec +++ b/Yams.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Yams' - s.version = '5.1.1' + s.version = '5.1.2' s.summary = 'A sweet and swifty YAML parser.' s.homepage = 'https://github.com/jpsim/Yams' s.source = { :git => s.homepage + '.git', :tag => s.version } diff --git a/Yams.xcodeproj/Yams_Info.plist b/Yams.xcodeproj/Yams_Info.plist index 5dc0a6ef..5abf4733 100644 --- a/Yams.xcodeproj/Yams_Info.plist +++ b/Yams.xcodeproj/Yams_Info.plist @@ -14,7 +14,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.1.1 + 5.1.2 CFBundleSignature ???? CFBundleVersion