Skip to content

v0.0.7

Latest
Compare
Choose a tag to compare
@release-drafter release-drafter released this 12 Feb 15:26
· 10 commits to master since this release
b3acc2e

Release Notes

  • Add CODEOWNERS and settings.yml files. @iphydf (#39)
  • Remove standard_travis setting in BUILD.bazel. @iphydf (#38)
  • Use hs-tools scripts to simplify Travis script. @iphydf (#37)

Performance improvements

  • Use StrictData for all modules that define data types. @iphydf (#46)

Bug Fixes

Documentation

  • Update readme to better reflect the repo split. @iphydf (#42)

Maintenance (Grunt tasks)

  • Use toktok-stack image for haskell stack builds. @iphydf (#54)
  • Run buildifier (we'll soon run this on all haskell PRs). @iphydf (#53)
  • Allow higher versions of network. @iphydf (#52)
  • Use latest instead of versioned toktok-stack image. @iphydf (#49)
  • Upgrade to latest toktok-stack @iphydf (#48)
  • Use toktok-stack 0.0.23 for cirrus builds. @iphydf (#47)
  • Upgrade to ghc-8.10.3 @iphydf (#45)
  • Remove travis; add cirrus ci. @iphydf (#44)

Maintenance (Code cleanup)

  • Make the Client module compliant with Safe Haskell. @iphydf (#50)

Maintenance (Dependencies)

  • loosen dependency restriction on "network" to <3.1 @l29ah (#43)