Skip to content

Commit

Permalink
Prep 0.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspth committed Sep 8, 2022
1 parent 7fc25f1 commit f0a0bec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

## [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

## [0.2.1] - 2022-09-07

- Fixes `extend ConventionalExtensions.load_on_inherited` not finding the right directory to load extensions from. See https://github.com/kaspth/conventional_extensions/commit/1f6fe9cbf2fe44ed9d699a5dd485eaa366d875a4
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.1)
conventional_extensions (0.2.2)

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.1"
VERSION = "0.2.2"
end

0 comments on commit f0a0bec

Please sign in to comment.