Skip to content

Commit

Permalink
release 0.17.2 and update changelog
Browse files Browse the repository at this point in the history
to add small Yams dependency version changes
  • Loading branch information
jpsim committed Apr 11, 2017
1 parent b814365 commit f5b8dc5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
## Master
## 0.17.2

##### Breaking

* None.

##### Enhancements

* None.
* Update `Cartfile.resolved` & corresponding git submodule to point to Yams
0.3.1. Also loosen the Yams version dependency in `Package.swift` to only
specify `~> 0.3` and not `= 0.3.0`.
[Norio Nomura](https://github.com/norio-nomura)

##### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
dependencies: [
.Package(url: "https://github.com/Carthage/Commandant.git", versions: Version(0, 12, 0)..<Version(0, 12, .max)),
.Package(url: "https://github.com/drmohundro/SWXMLHash.git", Version(3, 0, 4)),
.Package(url: "https://github.com/jpsim/Yams.git", majorVersion:0, minor: 3),
.Package(url: "https://github.com/jpsim/Yams.git", majorVersion: 0, minor: 3),
.Package(url: "https://github.com/norio-nomura/Clang_C.git", majorVersion: 1),
.Package(url: "https://github.com/norio-nomura/SourceKit.git", majorVersion: 1),
],
Expand Down
2 changes: 1 addition & 1 deletion Source/SourceKittenFramework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.17.1</string>
<string>0.17.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Source/sourcekitten/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.17.1</string>
<string>0.17.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit f5b8dc5

Please sign in to comment.