Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1016 Bytes

CHANGELOG.md

File metadata and controls

35 lines (21 loc) · 1016 Bytes

Change Log

All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.

0.1.7 - 2022-05-16

Added

  • Moving the repository to gethop-dev organization
  • Source code linting using clj-kondo
  • CI/CD solution switch from TravisCI to GitHub Actions

[0.1.5] - 2018-09-17

Added

  • Before running tests, sourcecode will also be Linted.

[0.1.4] - 2018-09-17

Fixed

  • Datomic's reader macro #db/fn was breaking uberjar creation of the project that depends Stork. Changing that to d/function did the trick.

[0.1.3] - 2018-09-17

Added

  • Travis CI integration
  • Automatic deployments to Clojars