We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca807d commit f692646Copy full SHA for f692646
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# CHANGELOG
2
3
-## v2.2.2-dev
+## v2.2.2 (2025-06-27)
4
+
5
+### Bug fixes
6
7
+* `mix hex.publish`: Pass `--no-listeners` to `deps.loadpaths`
8
9
## v2.2.1 (2025-05-09)
10
mix.exs
@@ -1,7 +1,7 @@
defmodule Hex.MixProject do
use Mix.Project
- @version "2.2.2-dev"
+ @version "2.2.2"
def project do
[
0 commit comments