Skip to content

Commit

Permalink
REL: v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed Feb 22, 2023
1 parent 330c1e0 commit 64520dd
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions docs/source/release-history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 64520dd

Please sign in to comment.