Skip to content

Commit

Permalink
Version 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh committed Oct 2, 2021
1 parent 8bcee58 commit e89588d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .jazzy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
author: John Fairhurst
author_url: http://github.com/johnfairh
module: RubyGateway
module_version: 5.1.0
module_version: 5.2.0
copyright: Distributed under the MIT license. Maintained by [John Fairhurst](mailto:[email protected]).
readme: README.md
github_url: https://github.com/johnfairh/RubyGateway
Expand Down
2 changes: 1 addition & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jazzy --min-acl private --module CRuby --swift-build-tool symbolgraph --build-to

## Releasing

* Update podspec, changelog, .jazzy.yaml, TODO, README, LICENSE if year changed.
* Update docs if needed, separate commit.
* Update podspec, changelog, TODO, README, LICENSE if year changed.
* Commit + tag + push with `--tags`. Check CI.
* `pod spec lint` -- *not* `pod lib lint`
* `pod cache clean 'RubyGateway' --all` if you mess up the tag + have to repush it
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 5.2.0 - 2nd October 2021

#### Enhancements

* Support building cleanly with Xcode13 GA.
[Karim Alweheshy](https://github.com/karimalweheshy)

## 5.1.0 - 2nd July 2021

#### Breaking
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ github "johnfairh/RubyGateway"

Swift package manager for macOS or Linux:
```
.package(url: "https://github.com/johnfairh/RubyGateway", from: "5.0.0")
.package(url: "https://github.com/johnfairh/RubyGateway", from: "5.2.0")
```

CocoaPods for macOS:
Expand Down
2 changes: 1 addition & 1 deletion RubyGateway.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RubyGateway"
s.version = "5.1.0"
s.version = "5.2.0"
s.authors = { "John Fairhurst" => "[email protected]" }
s.license = { :type => "MIT", :file => "LICENSE" }
s.homepage = "https://github.com/johnfairh/RubyGateway"
Expand Down

0 comments on commit e89588d

Please sign in to comment.