Skip to content

Horus 0.3.1

Latest
Compare
Choose a tag to compare
@dumbbell dumbbell released this 28 Nov 10:48
· 4 commits to main since this release
v0.3.1
7cbeef7

At this point, Horus should be considered Alpha and not production ready. The API will likely evolve and future releases will likely introduce breaking changes. The goal of this release is to make it easy for anyone to try it and possibly give feedback.

What's new in Horus 0.3.1

This release ships a single bugfix: it works around race in cover:is_compiled/1 that emits an exception passed up to the caller of the public API of Horus.

See #28.

Download

Horus 0.3.1 is available from Hex.pm: https://hex.pm/packages/horus/0.3.1

Upgrade

Using Rebar:

  1. Update your rebar.config:

    %% In rebar.config
    {deps, [{horus, "0.3.1"}]}.
  2. Run rebar3 upgrade horus.

Using Erlang.mk:

  1. Update your Makefile:

    %% In your Makefile
    dep_horus = hex 0.3.1
  2. Remove the deps/horus directory. The new version will be fetched the next time you build your project.

Documentation

The documentation for Horus 0.3.1 is available on Hex.pm.