Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

49 lines (37 loc) · 1.4 KB

Changelog for ctyparser

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.

2.2.1 - 2022-03-15

Fixed

  • Error when updating caused by upstream download URL change.

2.2.0 - 2021-01-18

Added

  • Primary prefix for the DXCC to json as key primary_pfx.

2.1.0 - 2020-12-21

Changed

  • .version to a read-only property.

2.0.0 - 2019-11-25

Added

  • Added the ability to import a cty.dat file.
  • Added a changelog file (this one).
  • Added copyright headers.
  • Centralised all package info.
  • Documented everything with docstrings.
  • Typed the package (type hints).

Changed

  • Packaged for PyPI.
  • Fully refactored; now a class.
  • Improved cty.dat parsing logic.
  • Improved README.
  • Replaced hardcoded paths with parameters.

1.0.0 - 2019-10-08

Added

  • Initial release