Skip to content

Releases: mdwint/ocdc

0.5.0

25 Nov 11:49
Compare
Choose a tag to compare

Added

Changed

  • Support more than one value for --path, to format or check more than one file.

0.4.0

13 Jul 22:40
a0af98c
Compare
Choose a tag to compare

Changed

  • Upgraded to Pydantic v2.

Removed

  • Dropped Python 3.7 support.

Fixed

  • Use a single trailing newline when writing to stdout.

0.3.3

10 Aug 14:48
c330732
Compare
Choose a tag to compare

Fixed

  • Don't introduce newlines when merging duplicate changes sections.

0.3.2

05 Aug 07:53
Compare
Choose a tag to compare

Fixed

  • Strip whitespace between version numbers and dates.
  • Skip newlines before changelog title.

0.3.1

04 Aug 19:40
Compare
Choose a tag to compare

Fixed

  • Raise error on missing title before changes.
  • Strip trailing whitespace from text.

0.3.0

02 Aug 08:42
Compare
Choose a tag to compare

Added

  • Pass --path - to read the changelog from stdin and write the formatted result to stdout. This is useful for integrating with text editors.

0.2.3

01 Aug 20:49
Compare
Choose a tag to compare

Fixed

  • Report column 1 in errors instead of 0.

0.2.2

01 Aug 20:12
fd80dde
Compare
Choose a tag to compare

Fixed

  • Raise error on wrong title level for changes.
  • Raise error on duplicate version sections.
  • Merge duplicate changes sections.

0.2.1

01 Aug 17:08
Compare
Choose a tag to compare

Fixed

  • Add packaging dependency.

0.2.0

01 Aug 17:03
6a6e8fd
Compare
Choose a tag to compare

Added

  • Print output on success.

Changed

  • Sort version sections by version number.
  • Sort changes sections by type.