Skip to content

Commit

Permalink
Merge pull request #65 from k2nr/bquorning/release
Browse files Browse the repository at this point in the history
Release v2.1.0
  • Loading branch information
bquorning authored Dec 12, 2023
2 parents 303080e + 9b613bd commit 8a4b20f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .standard.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ruby_version: 2.3
ruby_version: 2.6
ignore:
- 'vendor/**/*'
- 'gemfiles/vendor/**/*'
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## 2.1.0

- Make `ULID::Rails::Type::Data.valid_ulid?` more strict in what is accepted as valid and not.

## 2.0.0

- Ensure compatibility with the Trilogy database adapter.
Expand Down
2 changes: 1 addition & 1 deletion lib/ulid/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ULID
module Rails
VERSION = "2.0.0"
VERSION = "2.1.0"
end
end
4 changes: 2 additions & 2 deletions ulid-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require "ulid/rails/version"
Gem::Specification.new do |spec|
spec.name = "ulid-rails"
spec.version = ULID::Rails::VERSION
spec.required_ruby_version = ">= 2.5.0"
spec.required_ruby_version = ">= 2.6.0"
spec.authors = ["Kazunori Kajihiro", "Zendesk"]
spec.email = ["kazunori.kajihiro@gmail.com", "ruby-core@zendesk.com"]

Expand Down Expand Up @@ -47,5 +47,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake"
spec.add_development_dependency "minitest", "~> 5.0"
spec.add_development_dependency "rubocop-minitest"
spec.add_development_dependency "standard", "~> 1.16.0"
spec.add_development_dependency "standard", "~> 1.32.0"
end

0 comments on commit 8a4b20f

Please sign in to comment.