Skip to content

Commit

Permalink
v0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ka8725 committed Sep 6, 2024
1 parent dc1f54b commit 34ee1d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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.9] - 2024-09-07
- Don't stop if a phantom migration rollback fails
- Improve failed rollback of phantom migrations report

## [0.7.8] - 2024-08-07
- Make UI working without assets pipeline

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.7.8)
actual_db_schema (0.7.9)
activerecord
activesupport
csv
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.7.8"
VERSION = "0.7.9"
end

0 comments on commit 34ee1d9

Please sign in to comment.