Skip to content

Releases: erlef/rebar3_hex

v6.11.6

11 Jul 17:31
Compare
Choose a tag to compare

Bug fixes

  • Fixed a bug where not providing the right argument to retire task resulted in a crash dump (#254)

v6.11.5

20 Jun 21:52
Compare
Choose a tag to compare

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

25 May 14:35
bffe059
Compare
Choose a tag to compare

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

14 Apr 02:17
e5965fc
Compare
Choose a tag to compare

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

25 Mar 16:22
89bbc16
Compare
Choose a tag to compare

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

17 Mar 03:16
15cbd43
Compare
Choose a tag to compare

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.3

04 Feb 18:50
723e7d4
Compare
Choose a tag to compare

v6.10.3

v6.10.2

25 Nov 04:25
92c3d1c
Compare
Choose a tag to compare

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

28 Oct 17:49
ca48569
Compare
Choose a tag to compare
  • 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

31 Aug 23:57
d6b874a
Compare
Choose a tag to compare

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.