From 92320f7e2d96f25a4f17ca8aae13535afae60912 Mon Sep 17 00:00:00 2001 From: Andrei Kaleshka Date: Mon, 22 Jul 2024 17:05:43 +0200 Subject: [PATCH] bump 0.7.6 --- CHANGELOG.md | 2 +- Gemfile.lock | 2 +- lib/actual_db_schema/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f760bb1..c83ab21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 0d57884..83768aa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 diff --git a/lib/actual_db_schema/version.rb b/lib/actual_db_schema/version.rb index 78d6ad1..75943c8 100644 --- a/lib/actual_db_schema/version.rb +++ b/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