Skip to content

Commit e55b009

Browse files
committed
🔖 Prepare release 1.0.1
1 parent 094058e commit e55b009

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Removed
1515

16+
## [1.0.1] 2022-08-29
17+
### Changed
18+
* `OAuth::Comsumer#options` hash is now handled by `snaky_hash`, which was extracted from `oauth2`
19+
* symbolized keys, dot-access and snake-case are now normalized
20+
1621
## [1.0.0] 2022-08-23
1722
### Changed
1823
* Dropped support for Ruby < 2.7
@@ -440,7 +445,8 @@ but please have a look at the unit tests.
440445
* Moved all non-Rails functionality from the Rails plugin:
441446
http://code.google.com/p/oauth-plugin/
442447

443-
[Unreleased]: https://github.com/oauth-xx/oauth-ruby/compare/v1.0.0...main
448+
[Unreleased]: https://github.com/oauth-xx/oauth-ruby/compare/v1.0.1...main
449+
[1.0.1]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v1.0.1
444450
[1.0.0]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v1.0.0
445451
[0.6.1]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.6.1
446452
[0.6.0]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.6.0

lib/oauth/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module OAuth
44
module Version
5-
VERSION = "1.0.0"
5+
VERSION = "1.0.1"
66
end
77
end

oauth.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ Gem::Specification.new do |spec|
3434
spec.post_install_message = "
3535
You have installed oauth version #{OAuth::Version::VERSION}, congratulations!
3636
37-
Non-commercial support for the 1.0.x series will end in April, 2025. Please make a plan to upgrade to the next version prior to that date.
38-
The only breaking change will be dropped support for Ruby 2.7.
37+
Non-commercial support for the 1.x series will end by April, 2025. Please make a plan to upgrade to the next version prior to that date.
38+
The only breaking change will be dropped support for Ruby 2.7 and any other versions which will also have reached EOL by then.
3939
4040
Please see:
41-
https://github.com/oauth-xx/oauth/blob/main/SECURITY.md
41+
#{spec.homepage}/blob/main/SECURITY.md
4242
43-
Note also that I, and this project, am in the process of leaving Github.
43+
Note also that I am, and this project is, in the process of leaving Github.
4444
I wrote about some of the reasons here:
4545
• https://dev.to/galtzo/im-leaving-github-50ba
4646

0 commit comments

Comments
 (0)