From 365d5e55f25d338e0146a05ecba2304047c21d3e Mon Sep 17 00:00:00 2001 From: Andrei Kaleshka Date: Tue, 19 Mar 2024 18:19:08 +0100 Subject: [PATCH] bump 0.7.1 --- CHANGELOG.md | 4 ++++ lib/actual_db_schema/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 738f491..873756f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.7.1] - 2024-03-19 + +- add csv as a dependency since Ruby 3.3 has removed it from the standard library + ## [0.7.0] - 2024-01-18 - db:phantom_migrations displays the branch in which the phantion migration was run diff --git a/lib/actual_db_schema/version.rb b/lib/actual_db_schema/version.rb index 3f5bd18..b61bf86 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.0" + VERSION = "0.7.1" end