Skip to content

Commit

Permalink
chore(release): v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
high5-bot committed Jun 25, 2022
1 parent 646fbab commit 5fc3d67
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.3.0](https://github.com/ridenui/swifter-swift-ssh/compare/1.2.7...1.3.0) (2022-06-25)


### Bug Fixes

* **ci:** ruby bundle install issue ([8fb7fd0](https://github.com/ridenui/swifter-swift-ssh/commit/8fb7fd0d176c8e0def72fc162c56d0213ec9270e))
* **ci:** use newer xcode version ([3dcf1bc](https://github.com/ridenui/swifter-swift-ssh/commit/3dcf1bce8404caee7a2e5d71a4ec6bc8a36eb7c8))
* **ci:** use older macos version ([7ce3943](https://github.com/ridenui/swifter-swift-ssh/commit/7ce39432ae9325577f323971bdf24514d20d7a8c))
* **ci:** use older xcode version ([646fbab](https://github.com/ridenui/swifter-swift-ssh/commit/646fbabe826faf140e1365000e0497f4e1800df2))
* docs docs building and pod validation ([f2006d2](https://github.com/ridenui/swifter-swift-ssh/commit/f2006d2bab8f5a0e068421acb7b2594178102755))


### Features

* rewrite logging and fix some more encoding bugs ([0be3b21](https://github.com/ridenui/swifter-swift-ssh/commit/0be3b216cd7d29b980585a0bfc5bff83c004676b))

## [1.2.7](https://github.com/ridenui/swifter-swift-ssh/compare/1.2.6...1.2.7) (2022-06-25)


Expand Down
2 changes: 1 addition & 1 deletion SwifterSwiftSSH.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
#

spec.name = "SwifterSwiftSSH"
spec.version = "1.2.7"
spec.version = "1.3.0"
spec.summary = "A swift ssh client with libssh"

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"scripts": {
"release": "release-it"
},
"version": "1.2.7"
"version": "1.3.0"
}

0 comments on commit 5fc3d67

Please sign in to comment.