Skip to content

Commit

Permalink
Release 5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Apr 10, 2024
1 parent d5ce6b2 commit 9234124
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.0
7.1.1
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Main
## 5.1.2

##### Breaking

Expand All @@ -10,7 +10,8 @@

##### Bug Fixes

* None.
* Fix support for Bazel 7.x.
[JP Simard](https://github.com/jpsim)

## 5.1.1

Expand Down
6 changes: 3 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Yams.podspec
Original file line number Diff line number Diff line change
@@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion Yams.xcodeproj/Yams_Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>5.1.1</string>
<string>5.1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 9234124

Please sign in to comment.