Skip to content

Commit 01835dc

Browse files
committed
Release 5.0.1
1 parent cd43968 commit 01835dc

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Main
1+
## 5.0.1
22

33
##### Breaking
44

@@ -10,7 +10,8 @@
1010

1111
##### Bug Fixes
1212

13-
* None.
13+
* Build CYaml as PIC (Position Independent Code) when building with
14+
CMake.
1415

1516
## 5.0.0
1617

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cmake --build /path/to/build
3838

3939
### Swift Package Manager
4040

41-
Add `.package(url: "https://github.com/jpsim/Yams.git", from: "5.0.0")` to your
41+
Add `.package(url: "https://github.com/jpsim/Yams.git", from: "5.0.1")` to your
4242
`Package.swift` file's `dependencies`.
4343

4444
### CocoaPods

Yams.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = 'Yams'
3-
s.version = '5.0.0'
3+
s.version = '5.0.1'
44
s.summary = 'A sweet and swifty YAML parser.'
55
s.homepage = 'https://github.com/jpsim/Yams'
66
s.source = { :git => s.homepage + '.git', :tag => s.version }
77
s.license = { :type => 'MIT', :file => 'LICENSE' }
88
s.authors = { 'JP Simard' => '[email protected]',
99
'Norio Nomura' => '[email protected]' }
1010
s.source_files = 'Sources/**/*.{h,c,swift}'
11-
s.swift_versions = ['5.4', '5.5']
11+
s.swift_versions = ['5.4', '5.5', '5.6']
1212
s.pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES' }
1313
s.ios.deployment_target = '8.0'
1414
s.osx.deployment_target = '10.9'

Yams.xcodeproj/Yams_Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<key>CFBundlePackageType</key>
1515
<string>FMWK</string>
1616
<key>CFBundleShortVersionString</key>
17-
<string>5.0.0</string>
17+
<string>5.0.1</string>
1818
<key>CFBundleSignature</key>
1919
<string>????</string>
2020
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)