Skip to content

Tags: AdRoll/rebar3_depup

Tags

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Some maintenance updates (#62)

* Move test-specific rebar.config options to the test profile

* Trim .gitignore to bare requirements for a rebar3 project

* Update some CI versions

* Tweak dialyzer options

* underspecs allows for stricts typespecs, which is good
* no_return prevents a class of warnings we might want to be aware of

* Analyse it with XRef

* markdownlint it!

* YAMLlint it!

* Prefer ex_doc to EDoc

Also adds a much-deserved badge to README.md

* Analyse further

We also add `no_unknown` to Dialyzer (because `unknown` is
default in OTP 26), so we can fix errors locally without having to
wait for CI (if locally you're using OTP 25, and CI fails in OTP 26,
that is)

* Fix as per CI: Warning: ... is undefined function (Xref)

0.3.1

Toggle 0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix #52: Handle new format for HEX responses (#53)

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add more dialyzer checks (#51)

* Add more dialyzer checks

* Recover unmatched_returns

0.2.9

Toggle 0.2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[AUTO] [ RTI-13369 ] Update Dependencies (#46)

* Update dependencies

* Adjust to new hex_core format

Co-authored-by: Brujo Benavides Rodriguez <elbrujohalcon@gmail.com>

0.2.8

Toggle 0.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix recent change that broke the git command (#38)

0.2.7

Toggle 0.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add proper sorting to git ls-remote (#37)

* Add proper sorting to git ls-remote

* Format

* Remove unneeded pieces

0.2.6

Toggle 0.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve on previous fix (#32)

0.2.5

Toggle 0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Output (visible) message in case of error (#31)

0.2.4

Toggle 0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Handle unicode in rebar.config (#25)

0.2.3

Toggle 0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove dep check. It was too unstable (#24)