All Versions
20
Latest Version
Avg Release Cycle
87 days
Latest Release
1109 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v6.10.2 Changes
November 25, 2020๐ 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 Changes
October 28, 2020 -
v6.10.0 Changes
August 31, 2020๐ 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 adocs
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.
- โ
-
v6.9.6
June 07, 2020 -
v6.9.5 Changes
May 23, 2020๐ Support updated rebar3 lock file format
-
v6.9.4 Changes
April 19, 2020- ๐ Better messages for validation errors on owner command @starbelly
- ๐ Better invalid retirement reason error message @starbelly
- ๐ Handle case where rebar_utils might return a binary from vcs vsn/3 @starbelly
- ๐ Fix unhandled case in get_args/1 in owner sub command module @starbelly
- ๐ Fix git docs publish @egobrain
- Update rebar3_hex_key to conditionally last_use k/v when printing results @starbelly
- ๐ Handle key list with repo argument - @starbelly
- fix unwrapping of hex_config_read/1 in search @starbelly
- โ Add catch all for publishing when a return message is available from hexpm @starbelly
- โ Add support for repo list command @starbelly
- โก๏ธ Update test and dev dependencies @starbelly
-
v6.9.3 Changes
February 04, 2020- โก๏ธ Update to hex_core 0.6.8
-
v6.9.2 Changes
February 03, 2020- โก๏ธ Update hex_core to 0.6.7
-
v6.9.1 Changes
January 18, 2020 -
v6.9.0 Changes
January 11, 2020- โ add support for specifying an api key, api url, and other publishing related flags via env vars
- HEX_API_KEY
- HEX_API_URL
- HEX_UNSAFE_REGISTRY, and
- HEX_NO_REPO_VERIFY_ORIGIN
- โ add --yes/-y option to publish to override confirmation prompt(s) when publishing
- ๐ warn vs error on non-fatal deprecated fields
- โฌ๏ธ bump hex_core to 0.6.4
- โฌ๏ธ bump verl to 1.0.2
- add transfer command to rebar3_hex_owner
- added ability to transfer ownership of a package to an organization
- added ability to specify ownership level when transferring ownership of a package
- handle 500s on reset password for rebar3_hex_user
- โ add support for specifying an api key, api url, and other publishing related flags via env vars