Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 687 Bytes

CHANGELOG.md

File metadata and controls

26 lines (20 loc) · 687 Bytes

Changelog

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

The format is based on Keep a Changelog.

[Unreleased]

[1.0.0] - 2023-05-07

Added

  • Added project documentation page on github pages.
  • New python version tests.

Changed

  • Minimum required python version upgraded to 3.9.
  • Make compatiable for new python versions.

[0.1.2] - 2021-10-07

Fixed

  • Fixed critical bug in ipv4 function, for more details issue #1

[0.1.1] - 2021-10-07

Added

  • Added following C validator functions
    • ipv4, ipv4_cidr
    • ipv6, ipv6_cidr
  • Tests were done