Skip to content

Releases: ConorSheehan1/osxdocker

v0.1.2

08 May 22:47
356f9ed
Compare
Choose a tag to compare

infra

#7 use bumpversion to keep versions in sync
#8 switch from pipenv to poetry

add project to readthedocs.
add githooks to stop silly mistakes.

source

add doc strings
move dev notes from README.md into dev.md
move images into docs dir

v0.1.1

13 Apr 20:44
Compare
Choose a tag to compare

infra

  • simplify deploy action
  • bump version

source

  • fix deps (add termcolor to pyproject.toml)

v0.1.0

13 Apr 19:24
Compare
Choose a tag to compare

infra

  • version bump
  • automate releases

docs

  • added screenshots to readme
  • added notes on using from python

source code

  • refactor into utils class
  • added version command
  • added more tests
  • added termcolor dependency, use red for errors, green for success.
  • only show full stack trace with --debug flag
  • use isort for formatting imports

v0.0.2

06 Apr 22:24
Compare
Choose a tag to compare

Initial release to pypi. Functionally identical to v0.0.1, but with some minor clean up.