Releases: jathanism/cidrize
Releases · jathanism/cidrize
v2.1.0
What's Changed
- Configure Renovate by @renovate in #14
- Fix #16 - Bump max loose prefix length to /16 by @jathanism in #20
- Fix #12 - Add
-s/--strict
argument to CLI command by @jathanism in #21 - Fix #11 - Add v6 wildcard support. by @jathanism in #22
New Contributors
Full Changelog: v2.0.0...v2.1.0
Release v2.0.0 - 2021-03-30
- Python3 required
- Python2 dropped
- Implemented black and pytest and pylint
- Switched from setuptools +
setup.py
to Poetry +pyproject.toml
- Black everything
- Docstrings and fixes
- Unit tests using pytest now
- Make pytest happy
- Enable Travis CI