Skip to content

Commit

Permalink
release 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ka8725 committed Jul 24, 2024
1 parent 064c046 commit 5ec4c0d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [0.7.7] - 2024-07-22
- Unlock compatibility with Rails versions earlier than 6.0

## [0.7.6] - 2024-07-22
- Added UI
- Added environment variable `ACTUAL_DB_SCHEMA_UI_ENABLED` to enable/disable the UI in specific environments
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.6)
actual_db_schema (0.7.7)
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.6"
VERSION = "0.7.7"
end

0 comments on commit 5ec4c0d

Please sign in to comment.