Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
Update the gem version and add info to Changelog
  • Loading branch information
DamirSvrtan committed Apr 25, 2022
1 parent ac8af51 commit a15d10d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

## (not released yet) 0.10.0
## 0.10.0

- Due to issues while setting up builds with Github Actions, I have dropped Ruby 2.2 support. It's EOL date was 2018-03-31, and I don't have the bandwidth to support deprecated Ruby versions. The only reason at this point why Ruby versions 2.3, 2.4 and 2.5 are supported is because they still work with other dependencies, so it's no effort currently to support them. Once they become issues, they'll probably be dropped.
- Upgrade to ruby_parser 3.19.1 that fully supports Ruby 3.1

## 0.9.0

Expand Down
2 changes: 1 addition & 1 deletion lib/fasterer/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Fasterer
VERSION = '0.9.0'
VERSION = '0.10.0'
end

0 comments on commit a15d10d

Please sign in to comment.