Skip to content

Commit

Permalink
release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ka8725 committed Nov 6, 2023
1 parent 125f547 commit 8ff603b
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.5.0] - 2023-11-06

- Rails 7.1 support added

## [0.4.0] - 2023-07-05

- rollback migrations in the reversed order
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.4.0)
actual_db_schema (0.5.0)
activerecord (>= 6.0.0)
activesupport (>= 6.0.0)

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.4.0"
VERSION = "0.5.0"
end

0 comments on commit 8ff603b

Please sign in to comment.