Skip to content

Commit

Permalink
Prep 0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspth committed Sep 7, 2022
1 parent 1f6fe9c commit fe4ef88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.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

## [0.2.0] - 2022-08-27

- Replaces the use of `::Kernel.require` with `::Kernel.load` and replaces the `$LOADED_FEATURES` tracking with an internally maintained `Set` for better Zeitwerk (Rails autoloading) inter op. See https://github.com/kaspth/conventional_extensions/pull/2
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.0"
VERSION = "0.2.1"
end

0 comments on commit fe4ef88

Please sign in to comment.