Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 1.87 KB

CHANGELOG.md

File metadata and controls

64 lines (43 loc) · 1.87 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.

[Unreleased]

0.2.7 - 2023-08-15

Other

  • fix coverage gaps, add Codecov badge to README (#20)

0.2.6 - 2023-08-15

Other

  • implement coverage
  • add CLI tests for main entry point

0.2.5 - 2023-08-14

Other

  • add crate-level doc comments (#16)

0.2.4 - 2023-08-14

Fixed

  • add tag to archive name

0.2.3 - 2023-08-14

Fixed

  • cd condition

0.2.2 - 2023-08-14

Fixed

  • debug cd matrix

0.2.1 - 2023-08-14

Fixed

  • continuous deployment (#8)

0.2.0 - 2023-08-14

Added

  • (parser) rename parse_bem function to parse (#6)

0.1.1 - 2023-08-14

Added

  • add badges to README
  • introduce release-plz

Other

  • V0.2.0 (#1) improve api, grammar, tests
  • Add status badge to README
  • Create rust.yml
  • Prepare for publish
  • Add grammar
  • cargo init
  • Add specification
  • Initial commit