Skip to content

Commit d333290

Browse files
committed
Bump to v2.4.0-dev
1 parent 13da430 commit d333290

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# CHANGELOG
22

3-
## v2.2.3-dev
3+
## v2.4.0-dev
4+
5+
## v2.3.0
6+
7+
### Enhancements
8+
9+
* Update `mix hex.search` task with full-text documentation search across all your dependencies
10+
* Add `:only` column and filtering to `mix hex.outdated`
11+
* Improve registry verification error messages
12+
* Improve caching of packages across multiple repos
13+
* Add HTTP request debug logging with `MIX_DEBUG=1`
14+
* Prevent publishing packages with `:in_umbrella` dependencies
15+
16+
### Bug fixes
17+
18+
* Handle truthy boolean for `CI` env variable
19+
* Fix `warn_if_outdated` if package name and app name are different
20+
* Allow nested maps for `extra` package metadata
421

522
## v2.2.2 (2025-06-27)
623

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Hex.MixProject do
22
use Mix.Project
33

4-
@version "2.3.0-dev"
4+
@version "2.4.0-dev"
55

66
def project do
77
[

0 commit comments

Comments
 (0)