Skip to content

Commit

Permalink
Prep 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspth committed Sep 27, 2022
1 parent abf1f6c commit 68f3985
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
## [Unreleased]

## [0.3.0] - 2022-09-08
## [0.3.0] - 2022-09-27

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


## [0.2.2] - 2022-09-08

- 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
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:
conventional_extensions (0.2.2)
conventional_extensions (0.3.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/conventional_extensions/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ConventionalExtensions
VERSION = "0.2.2"
VERSION = "0.3.0"
end

0 comments on commit 68f3985

Please sign in to comment.