Skip to content

Commit

Permalink
Ready for 2.6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Feb 6, 2024
1 parent 0c20583 commit 0b6477f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## 2.6.13 (Unreleased)
## 2.6.13 (6 february 2024)

* There is a new experimental null inflector that simply returns its input
unchanged:
Expand All @@ -18,14 +18,12 @@
Admin/Role.rb -> Admin::Role
```

Point is, you think less. Names that typically need custom configuration like
acronyms no longer require your attention. What you see is what you get,
simple.

Please see its
[documentation](https://github.com/fxn/zeitwerk#zeitwerknullinflector) for
further details.

* Documentation improvements.

## 2.6.12 (25 September 2023)

* Maintenance release with some internal polishing.
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.12"
VERSION = "2.6.13"
end

0 comments on commit 0b6477f

Please sign in to comment.