Skip to content

Commit 68f3985

Browse files
committed
Prep 0.3.0
1 parent abf1f6c commit 68f3985

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
## [Unreleased]
22

3-
## [0.3.0] - 2022-09-08
3+
## [0.3.0] - 2022-09-27
44

55
- Fixes defining a nested extension, e.g. `Organization::User` with `app/models/organization/user/extensions/`.
66
- Removes support for defining a nested extension within the namespace file. I couldn't unify it with the fix above, so it went.
77

8-
98
## [0.2.2] - 2022-09-08
109

1110
- Fixes Zeitwerk 2.6.0 compatibility issue where extensions wouldn't load and throw an exception. See https://github.com/kaspth/conventional_extensions/commit/7fc25f1e860637e8df9fd0e81e7ca038c8c34aa0

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-
conventional_extensions (0.2.2)
4+
conventional_extensions (0.3.0)
55

66
GEM
77
remote: https://rubygems.org/
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 ConventionalExtensions
4-
VERSION = "0.2.2"
4+
VERSION = "0.3.0"
55
end

0 commit comments

Comments
 (0)