Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 1.01 KB

File metadata and controls

66 lines (42 loc) · 1.01 KB

Changelog

lineman uses PVP Versioning. The changelog is available on GitHub.

1.0.5

  • Restructure modules
  • Differ raw and domain types
  • Add option for swarm concurrency
  • Prevent processing of invalid paths and absent targets
  • Add delay option to config
  • Use clear namings
  • Update README

1.0.4

  • Land on typed-base

1.0.3

  • Add justfile
  • Update ci config
  • Land concurrent action on Ki

1.0.2

  • Fix output

1.0.1

  • Swap colog with katip

1.0.0

  • Remove stack configuration
  • Land config on dhall
  • Unify source of configs

0.0.7

  • Update to lts-21.25 and GHC-9.4.8

0.0.6

  • Setup severity with envvar.
  • Swap stylish-haskell with fourmolu.
  • Update README

0.0.5

  • Swap travis-ci with haskell-ci
  • Update license to BSD3

0.0.4

  • Add logging with co-log.
  • Add ReaderT IO pattern for main monad.
  • Add concurrent handling for particular command.

0.0.0

  • Initially created.