Ready for 2.6.6

This commit is contained in:
Xavier Noria 2022-11-08 09:03:57 +01:00
parent a7abe7fafb
commit 3ea349a001
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# CHANGELOG
## 2.6.6 (8 November 2022)
* The new `eager_load_namespace` had a bug when eager loading certain namespaces
with collapsed directories. This has been fixed.
## 2.6.5 (6 November 2022)
* Controlled errors in a couple of situations:

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Zeitwerk
VERSION = "2.6.5"
VERSION = "2.6.6"
end