Skip to content

Commit

Permalink
Ready for 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Oct 11, 2024
1 parent 76af4dd commit 83277e0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## 2.7.0 (Unreleased)
## 2.7.0 (11 October 2024)

* [Explicit namespaces](https://github.com/fxn/zeitwerk#explicit-namespaces) can
now also be defined using constant assignments.
Expand All @@ -23,9 +23,13 @@

* Requires Ruby 3.2 or later.

* Gems that work with previous versions of Zeitwerk also work with this one. In
client projects, Bundler takes the Ruby requirement into account when
resolving gem version constraints.
Gems that work with previous versions of Zeitwerk also work with this one. If
they support Ruby versions older than 3.2 they can specify a relaxed version
constraint for Zeitwerk like "~> 2.6", for example.

In client projects, Bundler takes the Ruby requirement into account when
resolving dependencies, so `Gemfile.lock` will get one compatible with the
Ruby version being used.

## 2.6.18 (2 September 2024)

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.18"
VERSION = "2.7.0"
end

0 comments on commit 83277e0

Please sign in to comment.