Release 1.0.2

This commit is contained in:
JP Simard 2019-04-01 09:32:29 -07:00
parent b82300bb83
commit 0452fff103
No known key found for this signature in database
GPG Key ID: 184C3F2916202C58
4 changed files with 15 additions and 3 deletions

View File

@ -14,6 +14,18 @@
the String type's native encoding.
[Norio Nomura](https://github.com/norio-nomura)
##### Bug Fixes
* None.
## 1.0.2
##### Breaking
* None.
##### Enhancements
* Update LibYAML sources to latest versions as of January 6 2018.
[JP Simard](https://github.com/jpsim)

View File

@ -17,7 +17,7 @@ to be installed.
### Swift Package Manager
Add `.package(url: "https://github.com/jpsim/Yams.git", from: "1.0.1")` to your
Add `.package(url: "https://github.com/jpsim/Yams.git", from: "1.0.2")` to your
`Package.swift` file's `dependencies`.
### CocoaPods

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Yams'
s.version = '1.0.1'
s.version = '1.0.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 }

View File

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