Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 968 Bytes

CHANGELOG.md

File metadata and controls

27 lines (22 loc) · 968 Bytes

Changelog

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

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

[unreleased]

[0.8.0] - 2021-10-13

Added

  • Add a 'ver' command that prints the detected version
  • Running 'miniver' without any arguments invokes the 'ver' command
  • Miniver now works with namespace packages

[0.7.0] - 2020-08-15

Added

  • Allow distributions that place packages in a "src" directory

Changed

  • Replace tool "install-miniver" with a tool "miniver" with a command "install"

Fixed

  • Use "build_py" from setuptools, rather than distutils, which prevents a warning being displayed when using more recent setuptools versions

[0.6.0] - 2019-02-17

Fixed

  • Typos in generated files (comments only)
  • Dedented template code produced by 'install-miniver' to make it copy-pasteable.