Skip to content

Latest commit

 

History

History
82 lines (70 loc) · 3.2 KB

changelog.md

File metadata and controls

82 lines (70 loc) · 3.2 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.

Released

0.2.0 - 2022-08-03

Added

  • ExtractVersion class to extract the version line from a changelog file and to parse the semver content from a version line, see #4
  • semver_line_regex and version_line_regex args for changelog2version to provide custom regular expressions to parse a version line from a changelog and to extract the semver content from a line

Changed

0.1.1 - 2022-07-31

Fixed

0.1.0 - 2022-07-31

Added

Changed

Removed

  • Sample package in src after fork
  • Sample package test in tests after fork
  • Data folder after fork