Releases: tybruno/caseless-dictionary
Releases · tybruno/caseless-dictionary
v2.0.3 Devnet Release with Badges
What's Changed
Full Changelog: v2.0.2...v2.0.3
v2.0.2 Cisco Devnet Release
What's Changed
- docs: add KafkaSafeDictionary example and clarify DevNet compliance u… by @tybruno in #12
- Develop by @tybruno in #14
Full Changelog: v2.0.1...v2.0.2
Adding Linting and mypy to pipeline
Made the following improvements:
- added py.typed file
- fixed few pylint errors
- added pylint, mypy, blue, and pylama checks to pipeline
What's Changed
Full Changelog: v2.0.0...v2.0.1
v2.0.0
v1.0.3 Update ModifiableItemsDictionary version
- Updated the ModifiableItemsDictionary requirements
- Modified imports to use
importinstead offrom - Cleaned up
setup.py
v1.0.2 Updating Project Description and Acknowledgements
Updates
- Updated project description in
setup.py. - Gave acknowledgments to Raymond Hettinger @rhettinger
v1.0.1 Update README with Badges
Updates
Added Badges to README.md
v1.0.0 Initial Release
Initial release of CaselessDict, TitleCaselessDict, UpperCaselessDict, and testing.