# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.1.0] - 2025-10-27 ### Added - Comment model. ### Changed - Make python-magic an optional dependency. - Make rich and python-dotenv dev dependencies. ## [0.0.31] - 2025-10-23 ### Changed - Forked the project as py-directus2 ### Fixed - Don't use outdated private pydantic methods. [unreleased]: https://github.com/oeklo/py-directus/compare/v0.1.0...HEAD [0.1.0]: https://github.com/oeklo/py-directus/compare/v0.0.31...v0.1.0 [0.0.31]: https://github.com/oeklo/py-directus/compare/0.0.30...v0.0.31