Skip to content

Commit

Permalink
Merge pull request #24 from alpaca-tc/release_v1_0_0
Browse files Browse the repository at this point in the history
Release v1.0.0
  • Loading branch information
alpaca-tc authored Jan 18, 2023
2 parents f05b580 + 4cc9df3 commit a06bb6d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## Next Version

## 1.0.0

* **Breaking Changes** Rails 5.0, 5.1 and 5.2 are no longer supported. #23
* Changed the version of rails specified in appraisal to stable version. #20
* Migrate travis.ci to Github Actions #22
* Support ruby 3.2 #24

## 0.0.6

Expand Down
2 changes: 1 addition & 1 deletion active_record_bitmask.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Gem::Specification.new do |spec|
end
spec.require_paths = ['lib']

spec.add_dependency 'activerecord', '>= 5.0'
spec.add_dependency 'activerecord', '>= 6.0'
end
2 changes: 1 addition & 1 deletion lib/active_record_bitmask/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActiveRecordBitmask
VERSION = '0.0.6'
VERSION = '1.0.0'
end

0 comments on commit a06bb6d

Please sign in to comment.