Skip to content

Commit

Permalink
Fix SwiftPM manifest and release 0.8.2 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim authored Sep 13, 2018
1 parent 14fa796 commit 7b86618
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.8.2

##### Breaking

* None

##### Enhancements

* None.

##### Bug Fixes

* Fix Swift Package Manager manifest to include SwiftyTextTable library product.

## 0.8.1

##### Breaking
Expand Down
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import PackageDescription

let package = Package(
name: "SwiftyTextTable",
products: [
.library(name: "SwiftyTextTable", targets: ["SwiftyTextTable"])
],
targets: [
.target(name: "SwiftyTextTable"),
.testTarget(name: "SwiftyTextTableTests", dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion SwiftyTextTable.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "SwiftyTextTable"
s.version = "0.8.1"
s.version = "0.8.2"
s.summary = "A lightweight Swift library for generating text tables."

# This description is used to generate tags and improve search results.
Expand Down

0 comments on commit 7b86618

Please sign in to comment.