Skip to content

Commit

Permalink
v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bodrovis committed Nov 12, 2024
1 parent aa30397 commit 94037d5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

## Unreleased
## 7.1.0 (12-Nov-2024)

* Test with Rails 8
* Various updates

## 7.0.1 (10-May-2024)

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gemspec

group :test do
gem 'dotenv', '~> 3.0'
gem 'rails', '8.0.0.rc2'
gem 'rails', '8.0.0'
gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.6'
gem 'rubocop', '~> 1.0'
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/lokalise_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module LokaliseRails
VERSION = '7.0.1'
VERSION = '7.1.0'
end
2 changes: 1 addition & 1 deletion lokalise_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.platform = Gem::Platform::RUBY
spec.required_ruby_version = '>= 3.0'

spec.files = Dir['README.md', 'LICENSE',
spec.files = Dir['README.md', 'LICENSE.md',
'CHANGELOG.md', 'lib/**/*.rb',
'lib/**/*.rake',
'lokalise_rails.gemspec', '.github/*.md',
Expand Down

0 comments on commit 94037d5

Please sign in to comment.