Skip to content

Commit

Permalink
bump 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ka8725 committed Mar 19, 2024
1 parent 579f511 commit 365d5e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.7.1] - 2024-03-19

- add csv as a dependency since Ruby 3.3 has removed it from the standard library

## [0.7.0] - 2024-01-18

- db:phantom_migrations displays the branch in which the phantion migration was run
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.0"
VERSION = "0.7.1"
end

0 comments on commit 365d5e5

Please sign in to comment.