Skip to content

Commit 92320f7

Browse files
committed
bump 0.7.6
1 parent faa1b80 commit 92320f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [0.7.6] - 2024-07-05
1+
## [0.7.6] - 2024-07-22
22
- Added UI
33
- Added environment variable `ACTUAL_DB_SCHEMA_UI_ENABLED` to enable/disable the UI in specific environments
44
- Added configuration option `ActualDbSchema.config[:ui_enabled]` to enable/disable the UI in specific environments

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
actual_db_schema (0.7.5)
4+
actual_db_schema (0.7.6)
55
activerecord (>= 6.0.0)
66
activesupport (>= 6.0.0)
77
csv

lib/actual_db_schema/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ActualDbSchema
4-
VERSION = "0.7.5"
4+
VERSION = "0.7.6"
55
end

0 commit comments

Comments
 (0)