Changelog
Change Log
0.3.4
- refactor: use uv instead of poetry to manage dependencies
- refactor: add type hints to Diot class and utility functions
0.3.3
- chore: update all to include all exported classes
- chore: update dependencies
- feat: implement hash method for Diot to support hashability (Make Diot object hashable Fixes #6)
- docs: add 'Changelog' entry to navigation in mkdocs configuration
- feat: add Makefile to manage versioning and update changelog