Skip to content

Commit

Permalink
release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Jan 23, 2016
1 parent 719534e commit 8790981
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
## Master
## 0.8.0

##### Breaking

* None.
* Replaced all uses of `XPCDictionary`, `XPCArray`, `XPCRepresentable` &
`xpc_object_t` with SourceKit equivalents.
[JP Simard](https://github.com/jpsim)

##### Enhancements

* None.
* Supports building with Swift 2.2 snapshot & Swift Package Manager on OS X.
[JP Simard](https://github.com/jpsim)

##### Bug Fixes

Expand Down
1 change: 1 addition & 0 deletions Releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ For SourceKitten contributors, follow these steps to cut a release:
1. Update version number in the following files:
* `Source/sourcekitten/Info.plist`
* `Source/SourceKittenFramework/Info.plist`
* `Source/sourcekitten/VersionCommand.swift`
2. Come up with a witty feline themed release name. Past names include:
* Objective-Cat
* Cat-astrophic
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.7.4</string>
<string>0.8.0</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.7.4</string>
<string>0.8.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Source/sourcekitten/VersionCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import Commandant
import Result

private let version = "0.7.4"
private let version = "0.8.0"

struct VersionCommand: CommandType {
let verb = "version"
Expand Down

0 comments on commit 8790981

Please sign in to comment.