diff --git a/docs/source/release-history.rst b/docs/source/release-history.rst index 53707fb..bbf8568 100644 --- a/docs/source/release-history.rst +++ b/docs/source/release-history.rst @@ -2,5 +2,23 @@ Release History =============== -Initial Release (YYYY-MM-DD) ----------------------------- +v0.3.0 (2023-02-22) +------------------- + +- Improve the tests to start the ``test-socket-server`` within the fixture. +- Update pre-commit config. +- Added Timeout Exception class and raised an exception in put function if a + signal does not reach a given position within a limited timeout period. +- Added a CI configuration to publish the package to PyPI. + +v0.2.0 (2023-01-26) +------------------- + +- Add ophyd classes for ATF and the corresponding tests. +- Improve CI configs. + + +v0.1.0 (2023-01-25) +------------------- + +Initial release with basic functionality.