We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf066e2 commit bd70314Copy full SHA for bd70314
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## v2.2.1 (2025-05-09)
4
+
5
+### Bug fixes
6
7
+* Precompile Hex for Elixir 1.18 using Elixir 1.18.0
8
9
## v2.2.0 (2025-05-09)
10
11
### Enhancements
mix.exs
@@ -1,7 +1,7 @@
defmodule Hex.MixProject do
use Mix.Project
- @version "2.2.0"
+ @version "2.2.1"
def project do
[
0 commit comments