Skip to content

Commit

Permalink
Merge tag 'v0.3.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
lego8421 committed Jan 19, 2023
2 parents 1341593 + 44eb4f7 commit 44e7886
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 6 deletions.
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
History
==

0.3.0 (2023-01-19)
--
* Feature
1. Add `draw_dot` function on display module

* Patch
1. Fix `write_text` function error on display module if text length is 23
2. Change module constructor argument from uuid to id

0.2.1 (2022-12-02)
--
* Patch
Expand Down
25 changes: 20 additions & 5 deletions docs/history.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,29 @@
History
=======

0.3.0 (2023-01-19)
------------------

- Feature

1. Add ``draw_dot`` function on display module

- Patch

1. Fix ``write_text`` function error on display module if text length is
23
2. Change module constructor argument from uuid to id

.. _section-1:

0.2.1 (2022-12-02)
------------------

- Patch

1. Refactor ``write_text`` input type on display module

.. _section-1:
.. _section-2:

0.2.0 (2022-12-02)
------------------
Expand All @@ -17,7 +32,7 @@ History

1. Refactor getter/setter for each MODI+ module

.. _section-2:
.. _section-3:

0.1.1 (2022-11-23)
------------------
Expand All @@ -26,7 +41,7 @@ History

1. Change python minimum version to 3.7

.. _section-3:
.. _section-4:

0.1.0 (2022-11-22)
------------------
Expand All @@ -39,7 +54,7 @@ History
4. Add preset resource on speaker and display module
5. Add search module time and timeout exception

.. _section-4:
.. _section-5:

0.0.2 (2022-11-18)
------------------
Expand All @@ -48,7 +63,7 @@ History

1. Change python minimum version to 3.9

.. _section-5:
.. _section-6:

0.0.1 (2022-11-15)
------------------
Expand Down
2 changes: 1 addition & 1 deletion modi_plus/about.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "pymodi-plus"
__version__ = "0.2.1"
__version__ = "0.3.0"
__author__ = "LUXROBO"
__email__ = "[email protected]"
__description__ = "Python API for controlling modular electronics, MODI+."
Expand Down

0 comments on commit 44e7886

Please sign in to comment.