Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

27 lines (21 loc) · 1.38 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Fixed

  • Mixed format text no longer parses as the first element #17
  • Release script also bumps version of nix derivation #19
  • Removed cabal from default build #20

Added

  • Allowed configuration of column and description names #22

0.0.1 - 2021-11-15

Added

  • Show help text on script name hover #5
  • Created CI workflow and tested parsing a few known inputs #9
  • Determined and documented a release process and better ideas about binaries #15

Changed

  • Nix expressions evaluate to a real derivation and a shell #11
  • Determined non-link binary path using nix-store #14