Skip to content

Commit

Permalink
Ready for 2.6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed May 14, 2024
1 parent 34c967c commit 4e67937
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## 2.6.14 (14 May 2024)

* Implements `Zeitwerk::Loader#all_expected_cpaths`, which returns a hash that
maps the absolute paths of the files and directories managed by the receiver
to their corresponding expected constant paths.

Please, check its [documentation](https://github.com/fxn/zeitwerk?tab=readme-ov-file#zeitwerkloaderall_expected_cpaths) for further details.

## 2.6.13 (6 february 2024)

* There is a new experimental null inflector that simply returns its input
Expand Down
2 changes: 1 addition & 1 deletion lib/zeitwerk/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Zeitwerk
VERSION = "2.6.13"
VERSION = "2.6.14"
end

0 comments on commit 4e67937

Please sign in to comment.