Skip to content

Releases: UrbanOS-Public/divo

v2.0.0

16 May 19:46
038eacd
Compare
Choose a tag to compare

This is updating the library to current versions of elixir (1.14.4) and erlang (25.3.2)

v1.3.2

28 Apr 14:12
9fccc40
Compare
Choose a tag to compare

What's Changed

  • Fix invalid docker-compose file example by @davydog187 in #51
  • Don't bring down docker containers if DIVO_DOWN == "DISABLED" by @bmitchinson in #52

New Contributors

Full Changelog: 1.3.1...1.3.2

v1.3.1

14 Jul 17:06
2d2a15a
Compare
Choose a tag to compare

This is a patch version increase to validate that the change from TravisCI to Github Actions for building and deploying was successful.

v1.3.0

10 Jun 13:29
2d5ffad
Compare
Choose a tag to compare

Add Divo.Suite.start, which takes all of the options that the __using__ macro does but allows for explicit control of when to start and stop the docker stacks.

v1.2.0

19 May 17:42
cab5c68
Compare
Choose a tag to compare
  • Update dependencies
  • Add post_docker_run option to __using__ macro and execute list of 0-arity functions after docker run but before the app under test is started

v1.1.9

01 Jul 14:34
9071a8c
Compare
Choose a tag to compare

Pre_commit script for credo, format, check for outdated deps

v.1.1.8

28 Jun 19:41
8f7d983
Compare
Choose a tag to compare

Pre_commit script for credo, format, check for outdated deps

v1.1.7

28 Jun 12:56
Compare
Choose a tag to compare

Added Husky to use git pre-commit hooks to check formatting, credo, and outdated dependancies

v1.1.6

05 Jun 13:43
82a68ca
Compare
Choose a tag to compare

Raise error on docker compose failure

v1.1.5

15 May 18:30
912541b
Compare
Choose a tag to compare

Minor improvements to documentation