@@ -13,6 +13,14 @@ 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v0.6.0] - 2024-08-15
### Added
- implement compute cli command, see [!68](https://codebase.helmholtz.cloud/dasf/dasf-messaging-python/-/merge_requests/68)
- Added tests for pydantic 2.8, see [!67](https://codebase.helmholtz.cloud/dasf/dasf-messaging-python/-/merge_requests/67)
- implement listen options to dump requests or run arbitrary commands, see [!66](https://codebase.helmholtz.cloud/dasf/dasf-messaging-python/-/merge_requests/66)