Release 1.0.2
This commit is contained in:
parent
b82300bb83
commit
0452fff103
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 }
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue