Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sedubois committed Dec 20, 2021
1 parent 22c521b commit 0ac8cca
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Mobility Action Text Changelog

### 0.4.0 (2021-12-20)
- Add Rails 7 compatibility.

### 0.3.0 (2021-10-07)
- Fix destroying records ([#12](https://github.com/sedubois/mobility-actiontext/pull/12)).

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
mobility-actiontext (0.3.0)
mobility-actiontext (0.4.0)
mobility (~> 1.2)
rails (>= 6.0)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ This is done through the `Mobility::Backends::ActionText::Translation` model ext

After checking out the repo, run `bundle install` to install dependencies. Then, run `cd test_app && bundle exec rails test` to run the tests.

To release a new version, update `lib/mobility/action_text/version.rb` and `CHANGELOG.md`, commit, then run `bundle exec rake release`. This will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
To release a new version, update `lib/mobility/action_text/version.rb` and `CHANGELOG.md`, run `bundle`, commit, then run `bundle exec rake release`. This will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion lib/mobility/action_text/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Mobility
module ActionText
VERSION = '0.3.0'
VERSION = '0.4.0'
end
end
2 changes: 1 addition & 1 deletion test_app/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
mobility-actiontext (0.3.0)
mobility-actiontext (0.4.0)
mobility (~> 1.2)
rails (>= 6.0)

Expand Down

0 comments on commit 0ac8cca

Please sign in to comment.