Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-05-21 | 926 Bytes | |
v2.1.0 source code.tar.gz | 2024-05-21 | 463.0 kB | |
v2.1.0 source code.zip | 2024-05-21 | 535.4 kB | |
Totals: 3 Items | 999.3 kB | 1 |
Enhancements
- Improve solver error message when collecting conflicting requirements from multiple places. Fixes the "empty" versions error. This is done by including path and git parents of hex packages in the solver.
- Add "(CI)" to
user-agent
HTTP header if environment variableCI
is set - Improve message for authentication errors
- Set exit code 1 on
mix hex.organization auth
errors - Add
--sort
flagmix hex.outdated
- Improve error message when trying to publish existing package with permissions
- Consider ex_doc
:output
option when publishing documentation - Warn on unknown dependency options
Bug fixes
- Do not close registry server in post_converge. Fixes the "the table identifier does not refer to an existing ETS table" error.
- Revert Mix changes on Hex application stop
- Fix passing requests from umbrella apps to solver
- Handle empty package name in
mix hex.info