From 9234124cff5e22e178988c18d8b95a8ae8007f76 Mon Sep 17 00:00:00 2001 From: JP Simard Date: Wed, 10 Apr 2024 09:58:18 -0400 Subject: [PATCH] Release 5.1.2 --- .bazelversion | 2 +- CHANGELOG.md | 5 +++-- MODULE.bazel | 6 +++--- README.md | 2 +- Yams.podspec | 2 +- Yams.xcodeproj/Yams_Info.plist | 2 +- 6 files changed, 10 insertions(+), 9 deletions(-) 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