Skip to content

Commit

Permalink
Bump 0.7.0v
Browse files Browse the repository at this point in the history
  • Loading branch information
ka8725 committed Jan 18, 2024
1 parent 0ab2a03 commit 5ead915
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.7.0] - 2024-01-18

- db:phantom_migrations displays the branch in which the phantion migration was run

## [0.6.0] - 2024-01-03

- Added db:phantom_migrations task to display phantom migrations
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:
actual_db_schema (0.6.0)
actual_db_schema (0.7.0)
activerecord (>= 6.0.0)
activesupport (>= 6.0.0)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The gem offers the following rake tasks that can be manually run according to yo

After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which 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 install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, update the CHANGELOG, make the commit, push, and then run `bundle exec rake release`, which 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/actual_db_schema/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActualDbSchema
VERSION = "0.6.0"
VERSION = "0.7.0"
end

0 comments on commit 5ead915

Please sign in to comment.