From f47ba4838c30dbd59998a4e4c87ab620ff959e8a Mon Sep 17 00:00:00 2001 From: JP Simard Date: Mon, 20 Feb 2023 11:23:14 -0500 Subject: [PATCH] Release 5.0.5 --- CHANGELOG.md | 15 +++++++++++++++ MODULE.bazel | 2 +- README.md | 2 +- Yams.podspec | 4 ++-- Yams.xcodeproj/Yams_Info.plist | 2 +- 5 files changed, 20 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea6fad86..1ca60249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## 5.0.5 + +##### Breaking + +* None. + +##### Enhancements + +* None. + +##### Bug Fixes + +* Fix using Yams from bazel without bzlmod. + [Keith Smiley](https://github.com/keith) + ## 5.0.4 ##### Breaking diff --git a/MODULE.bazel b/MODULE.bazel index 53b8715c..f0aa5774 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "yams", - version = "5.0.4", + version = "5.0.5", compatibility_level = 1, ) diff --git a/README.md b/README.md index 9e6875d7..bbfe43fe 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.0.4")` to your +Add `.package(url: "https://github.com/jpsim/Yams.git", from: "5.0.5")` to your `Package.swift` file's `dependencies`. ### CocoaPods diff --git a/Yams.podspec b/Yams.podspec index 868ca356..af5f057a 100644 --- a/Yams.podspec +++ b/Yams.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Yams' - s.version = '5.0.4' + s.version = '5.0.5' s.summary = 'A sweet and swifty YAML parser.' s.homepage = 'https://github.com/jpsim/Yams' s.source = { :git => s.homepage + '.git', :tag => s.version } @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.authors = { 'JP Simard' => 'jp@jpsim.com', 'Norio Nomura' => 'norio.nomura@gmail.com' } s.source_files = 'Sources/**/*.{h,c,swift}' - s.swift_versions = ['5.4', '5.5', '5.6'] + s.swift_versions = ['5.4', '5.5', '5.6', '5.7'] s.pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES' } s.ios.deployment_target = '11.0' s.osx.deployment_target = '10.13' diff --git a/Yams.xcodeproj/Yams_Info.plist b/Yams.xcodeproj/Yams_Info.plist index e059ac2a..e86a3164 100644 --- a/Yams.xcodeproj/Yams_Info.plist +++ b/Yams.xcodeproj/Yams_Info.plist @@ -14,7 +14,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.0.4 + 5.0.5 CFBundleSignature ???? CFBundleVersion