Skip to content

Commit

Permalink
Release v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ka8725 committed Jan 15, 2025
1 parent d6e5481 commit c0f7afc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.8.1] - 2025-01-15

- Support for multiple database schemas, ensuring compatibility with multi-tenant applications using the apartment gem or similar solutions
- DSL for configuring the gem, simplifying setup and customization
- Rake task added to initialize the gem
- Improved the post-checkout git hook to run only when switching branches, reducing unnecessary executions during file checkouts
- Fixed the changelog link in the gemspec, ensuring Rubygems points to the correct file and the link works

## [0.8.0] - 2024-12-30
- Enhanced Console Visibility: Automatically rolled-back phantom migrations now provide clearer and more visible logs in the console
- 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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
actual_db_schema (0.8.0)
actual_db_schema (0.8.1)
activerecord
activesupport
csv
Expand Down
2 changes: 1 addition & 1 deletion lib/actual_db_schema/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActualDbSchema
VERSION = "0.8.0"
VERSION = "0.8.1"
end

0 comments on commit c0f7afc

Please sign in to comment.