All Versions
20
Latest Version
Avg Release Cycle
87 days
Latest Release
1109 days ago

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
    • Do not fail fast when calling hex_tarball:create/2 (#186)
    • 0๏ธโƒฃ 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 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 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.
  • 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

    Patch releases that fixes a bug where the body response from hex_api did not match the expectation in rebar3_hex_docs thanks to @f3c0 via #140

  • 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