We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa1b80 commit 92320f7Copy full SHA for 92320f7
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## [0.7.6] - 2024-07-05
+## [0.7.6] - 2024-07-22
2
- Added UI
3
- Added environment variable `ACTUAL_DB_SCHEMA_UI_ENABLED` to enable/disable the UI in specific environments
4
- Added configuration option `ActualDbSchema.config[:ui_enabled]` to enable/disable the UI in specific environments
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- actual_db_schema (0.7.5)
+ actual_db_schema (0.7.6)
5
activerecord (>= 6.0.0)
6
activesupport (>= 6.0.0)
7
csv
lib/actual_db_schema/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module ActualDbSchema
- VERSION = "0.7.5"
+ VERSION = "0.7.6"
end
0 commit comments