Skip to content

Commit 0d873d8

Browse files
committed
version bump to v0.3.0
1 parent 146f89a commit 0d873d8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# `activerecord-tenanted` Changelog
22

3-
## next / unreleased
3+
## 0.3.0 / 2025-09-09
44

5-
### Added
5+
### Improved
66

7-
- `#inspect` on instances of tenanted models includes the tenant. #155, #161 @miguelmarcondesf @flavorjones
7+
- `#inspect` on instances of tenanted models includes the tenant. #155 @miguelmarcondesf @flavorjones
88
- `TenantSelector` middleware no longer directly renders a 404. Instead, it configures ActionDispatch::ShowExceptions middlware and raises an appropriate exception. #167 @flavorjones
99

1010

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ GIT
102102
PATH
103103
remote: .
104104
specs:
105-
activerecord-tenanted (0.2.0)
105+
activerecord-tenanted (0.3.0)
106106
activerecord (>= 8.1.alpha)
107107
railties (>= 8.1.alpha)
108108
zeitwerk

lib/active_record/tenanted/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module ActiveRecord
44
module Tenanted
5-
VERSION = "0.2.0"
5+
VERSION = "0.3.0"
66
end
77
end

0 commit comments

Comments
 (0)