File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed
Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11defmodule 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 [
You can’t perform that action at this time.
0 commit comments