Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 934 Bytes

CHANGELOG.md

File metadata and controls

35 lines (26 loc) · 934 Bytes

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.3.1] - 2021-09-04

Changed

  • Fix clippy warning in examples/copyright.
  • Fix wrong derive name in README.

[0.3.0] - 2021-08-05

Added

  • to_paragraph() in trait and derive macro.
  • Simple example for d/copyright header parser.

Changed

  • Simplified example in README and docs to better show how to parse a debcontrol struct from a string.

[0.2.0] - 2021-08-04

Changed

  • Fix parser for multiple-words attributes: "Multiple-Words" instead of "MultipleWords"

[0.1.0] - 2021-08-04

Added

  • Initial release.