Release 5.0.0

This commit is contained in:
JP Simard 2022-02-16 15:38:35 -05:00
parent ce133e5b34
commit 00c403debc
No known key found for this signature in database
GPG Key ID: 184C3F2916202C58
4 changed files with 5 additions and 19 deletions

View File

@ -1,4 +1,4 @@
## Main
## 5.0.0
##### Breaking
@ -7,20 +7,6 @@
##### Enhancements
* None.
##### Bug Fixes
* None.
## 4.0.7
##### Breaking
* None.
##### Enhancements
* Adding `sequenceStyle` and `mappingStyle` to `Emitter.Options`
[Terence Grant](https://github.com/tatewake)

View File

@ -38,7 +38,7 @@ cmake --build /path/to/build
### Swift Package Manager
Add `.package(url: "https://github.com/jpsim/Yams.git", from: "4.0.6")` to your
Add `.package(url: "https://github.com/jpsim/Yams.git", from: "5.0.0")` to your
`Package.swift` file's `dependencies`.
### CocoaPods

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Yams'
s.version = '4.0.7'
s.version = '5.0.0'
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.1', '5.2', '5.3', '5.4']
s.swift_versions = ['5.4', '5.5']
s.pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES' }
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'

View File

@ -14,7 +14,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.0.6</string>
<string>5.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>