Skip to content

Commit c0f7afc

Browse files
committed
Release v0.8.1
1 parent d6e5481 commit c0f7afc

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.8.1] - 2025-01-15
2+
3+
- Support for multiple database schemas, ensuring compatibility with multi-tenant applications using the apartment gem or similar solutions
4+
- DSL for configuring the gem, simplifying setup and customization
5+
- Rake task added to initialize the gem
6+
- Improved the post-checkout git hook to run only when switching branches, reducing unnecessary executions during file checkouts
7+
- Fixed the changelog link in the gemspec, ensuring Rubygems points to the correct file and the link works
8+
19
## [0.8.0] - 2024-12-30
210
- Enhanced Console Visibility: Automatically rolled-back phantom migrations now provide clearer and more visible logs in the console
311
- Git Hooks for Branch Management: Introduced hooks that automatically rollback phantom migrations after checking out a branch. Additionally, the schema migration rake task can now be executed automatically upon branch checkout

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.8.0)
4+
actual_db_schema (0.8.1)
55
activerecord
66
activesupport
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.8.0"
4+
VERSION = "0.8.1"
55
end

0 commit comments

Comments
 (0)