Skip to content

Commit

Permalink
Version bump (3.1.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
schperplata committed Sep 3, 2023
1 parent 04e4c52 commit e70394a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog:

**v3.1.1 (3.9.2023):**
- fix: RX data not displayed.
- fix: On-close event handler not called.
- improv: Add support for setting RX/TX timeout
Note: on-close event blocked by issue on low level library `aioserial`: https://github.com/johannchangpro/aioserial.py/issues/21

**v3.0.1 (9.8.2023):**
- fix: Add missing *\_\_main\_\_.py* file, making `$python -m serial_tool` working properly

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "serial_tool"
version = "3.0.1"
version = "3.1.1"
description = "Serial Tool is a utility for developing, debugging and validating serial communication with PC."
readme = "README.md"
license = { file = "LICENSE.txt" }
Expand Down

0 comments on commit e70394a

Please sign in to comment.