Skip to content

Commit

Permalink
🔖 Prepare release 0.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Aug 29, 2022
1 parent f2dc1f8 commit 680396f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

## [0.5.14] 2022-08-29
The "hopeful last 0.5.x" Release

### Fixed
* More typos fixed

## [0.5.13] 2022-08-23
The "I think I caught 'em all!" Release

Expand Down Expand Up @@ -409,7 +415,8 @@ but please have a look at the unit tests.
* Moved all non-Rails functionality from the Rails plugin:
http://code.google.com/p/oauth-plugin/

[Unreleased]: https://github.com/oauth-xx/oauth-ruby/compare/v0.5.13...v0.5-maintenance
[Unreleased]: https://github.com/oauth-xx/oauth-ruby/compare/v0.5.14...v0.5-maintenance
[0.5.14]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.14
[0.5.13]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.13
[0.5.12]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.12
[0.5.11]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.11
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ While on 0.x releases three digits of precision should be used.
For example:

```ruby
spec.add_dependency "oauth", "~> 0.5.10"
spec.add_dependency "oauth", "~> 0.5.14"
```

## License
Expand Down
2 changes: 1 addition & 1 deletion lib/oauth/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module OAuth
VERSION = "0.5.13".freeze
VERSION = "0.5.14".freeze
end
9 changes: 5 additions & 4 deletions oauth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@ Gem::Specification.new do |spec|
spec.post_install_message = "
You have installed oauth version #{OAuth::VERSION}, congratulations!
Support for the 0.5.x series will end in April, 2023. Please upgrade to 0.6.x as soon as possible!
The only breaking change will be dropped support for Ruby 2.0, 2.1, 2.2, and 2.3.
Support for the 0.5.x series will end by April, 2023. Please upgrade to 0.6.x or 1.x as soon as possible!
For 0.6.x the only breaking change will be dropped support for Ruby 2.0, 2.1, 2.2, and 2.3.
For 1.x the only breaking change will be dropped support for Ruby 2.4, 2.5, and 2.6.
Please see:
• https://github.com/oauth-xx/oauth/blob/main/SECURITY.md
• #{spec.homepage}/blob/main/SECURITY.md
Note also that I, and this project, am in the process of leaving Github.
Note also that I am, and this project is, in the process of leaving Github.
I wrote about some of the reasons here:
• https://dev.to/galtzo/im-leaving-github-50ba
Expand Down

0 comments on commit 680396f

Please sign in to comment.