Releases: erlef/rebar3_hex
Releases · erlef/rebar3_hex
v6.11.6
Bug fixes
- Fixed a bug where not providing the right argument to
retire
task resulted in a crash dump (#254)
v6.11.5
Enhancements
Bumped hex_core to 0.8.2
Bug fixes
A bug was introduced in v6.11.4 where authenticating as a user to hex would have resulted in a validation error per passing an atom to the api vs a binary. for domain permissions. This has been fixed per #244
v6.11.4
Security Enhancements
- Add custom hex http adapter and ensure ssl options are set via #232
Bug Fixes
- Fixed a bug in rebar3_hex_docs where our call to rebar3_hex_client:delete_docs/3 had wrong expectations via #232
- Fix formatting of umbrella publishing via #225
v6.11.3
Bug fixes
- Fixed case where we didn't account for non-hex deps in a check to determine if a dependency used by the project is stable or not, resulting in a crash instead of a useful error message via #223
v6.11.2
Bug fixes
- Adjust docs dir check assertion to check for index.html (#212)
- Warn if publishing package with pre-release dependencies (#215)
- Validate version argument on revert task (#216)
- Fix crash upon "no hex options (#218)
v6.11.1
Enhancments
- Add support for configuring docs provider (#185)
- Added
--without-docs
option for publish task (#210)
- Added
--dry-run
option for docs task (#211)
Bug fixes
- Fix the transfered package to user message (#209)
- Gracefully handle config errors in rebar3_hex_owner (#207)
- Gracefully handle undefined task in rebar3_hex:task_args/1 (#206)
- Fix owner list package (#200)
v6.10.2
Changes
- Update to hex_core v0.7.1
- Fixed bug whereby rebar3_hex passed on the http_adapter config for rebar3 itself.
Notes
Users of rebar3 >= 3.14.2 will need to upgrade to this version.
v6.10.1
- Do not fail fast when calling hex_tarball:create/2 (#186)
- Add (CHANGELOG|changelog)* to DEFAULT_FILES (#188)
- Do not dump data in case of unknown errors (#183)
- Update hex_core to 0.7.0 (#187)
v6.10.0
v6.10.0 introduces a bug fix for publishing docs to hex and minor change in behavior related to said bug thanks to @jfacorro
rebar3 hex publish
will check for the existence of docs before trying to publishing them and produce a warning in the case a docs
directory is not found, and subsequently will not attempt to publish docs.
rebar3 hex docs
will no longer run edoc for you and is merely a command available to publish what you've generated.