Skip to content

Commit

Permalink
bump 0.7.6 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
ka8725 committed Jul 22, 2024
1 parent faa1b80 commit be4e602
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [0.7.6] - 2024-07-05
## [0.7.6] - 2024-07-22
- Added UI
- Added environment variable `ACTUAL_DB_SCHEMA_UI_ENABLED` to enable/disable the UI in specific environments
- Added configuration option `ActualDbSchema.config[: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.5)
actual_db_schema (0.7.6)
activerecord (>= 6.0.0)
activesupport (>= 6.0.0)
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.5"
VERSION = "0.7.6"
end

0 comments on commit be4e602

Please sign in to comment.