Skip to content

Commit

Permalink
Prepare for version 8.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Apr 30, 2024
1 parent 8823814 commit 5c8c122
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
8.1.0
-----
* [Update runtime dependencies](https://github.com/sferik/twitter-ruby/commit/25e8a3c623ef7d6b67b38276ad3d2f0b7e925f07)
* [Drop support for Ruby 3.0](https://github.com/sferik/twitter-ruby/commit/4ef27b3dd66d9f0a875be4918cf61600aeb85d96)
* [Update post-install message](https://github.com/sferik/twitter-ruby/commit/882381494dabeb8ff43ad150449a99d950b0a211)

8.0.1
-----
* [Add post-install message](https://github.com/sferik/twitter/commit/154e66b3655b41226ca8b6cbf52e2866a9e5b2d0)
Expand Down
11 changes: 3 additions & 8 deletions lib/twitter/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ def major

# @return [Integer]
def minor
0
1
end

# @return [Integer]
def patch
1
0
end

# @return [Integer, NilClass]
Expand All @@ -24,12 +24,7 @@ def pre

# @return [Hash]
def to_h
{
major:,
minor:,
patch:,
pre:,
}
{major:, minor:, patch:, pre:}
end

# @return [Array]
Expand Down

0 comments on commit 5c8c122

Please sign in to comment.