Skip to content

Commit 7b3827d

Browse files
committed
Bump to 1.0.1
1 parent 96cbb94 commit 7b3827d

File tree

1 file changed

+26
-13
lines changed

1 file changed

+26
-13
lines changed

docs/source/changelog.rst

Lines changed: 26 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
11
Changelog
22
=========
33

4+
1.0.1 (2018-05-22)
5+
++++++++++++++++++
6+
7+
`@wthomson`_ has fixed a couple of typo's in the documentation. Thanks!
8+
9+
**Bugs**
10+
11+
* `#49`_ Fix clients being to greedy when reading response. Thanks `@lutostag`_!
12+
13+
.. _#49: https://github.com/AdvancedClimateSystems/uModbus/issues/49
14+
.. _@lutostag: https://github.com/lutostag
15+
.. _@wthomson: https://github.com/wthomson
16+
417
1.0.0 (2018-01-06)
518
++++++++++++++++++
619

720
**Bugs**
821

9-
* `#50` Fix handling of empty ADU's.
22+
* `#50`_ Fix handling of empty ADU's.
1023

1124
.. _#50: https://github.com/AdvancedClimateSystems/uModbus/issues/50
1225

@@ -15,7 +28,7 @@ Changelog
1528

1629
**Bugs**
1730

18-
* `#47` Fix import errors in sample code. `@tiagocoutinho`
31+
* `#47`_ Fix import errors in sample code. Thanks `@tiagocoutinho`_!
1932

2033
.. _#47: https://github.com/AdvancedClimateSystems/uModbus/issues/47
2134
.. _@tiagocoutinho: https://github.com/tiagocoutinho
@@ -25,8 +38,8 @@ Changelog
2538

2639
**Bugs**
2740

28-
* `#27` Route is called with wrong value when one write single coil with value 1.
29-
* `#42` Drop support for PyPy.
41+
* `#27`_ Route is called with wrong value when one write single coil with value 1.
42+
* `#42`_ Drop support for PyPy.
3043

3144
.. _#27: https://github.com/AdvancedClimateSystems/uModbus/issues/27
3245
.. _#42: https://github.com/AdvancedClimateSystems/uModbus/issues/42
@@ -36,7 +49,7 @@ Changelog
3649

3750
**Features**
3851

39-
* `#48` Update to pyserial 3.2.1
52+
* `#48`_ Update to pyserial 3.2.1
4053

4154
.. _#48: https://github.com/AdvancedClimateSystems/uModbus/issues/48
4255

@@ -45,8 +58,8 @@ Changelog
4558

4659
**Bugs**
4760

48-
* `#44` Remove print statement.
49-
* `#46` Transaction ID overflow. Thanks `@greg0pearce`
61+
* `#44`_ Remove print statement.
62+
* `#46`_ Transaction ID overflow. Thanks `@greg0pearce`_
5063

5164
.. _#44: https://github.com/AdvancedClimateSystems/uModbus/issues/44
5265
.. _#46: https://github.com/AdvancedClimateSystems/uModbus/issues/46
@@ -57,7 +70,7 @@ Changelog
5770

5871
**Bugs**
5972

60-
* `#41` RTU server doesn't handle frames correct.
73+
* `#41`_ RTU server doesn't handle frames correct.
6174

6275
.. _#41: https://github.com/AdvancedClimateSystems/uModbus/issues/41
6376

@@ -66,13 +79,13 @@ Changelog
6679

6780
**Features**
6881

69-
* `#22` Add Modbus RTU server.
82+
* `#22`_ Add Modbus RTU server.
7083

7184
**Bugs**
7285

73-
* `#39` Merge functions module with _functions package.
74-
* `#37` Pretty print binary data in shell.
75-
* `#38` Fix type in sumple_rtu_client.py
86+
* `#39`_ Merge functions module with _functions package.
87+
* `#37`_ Pretty print binary data in shell.
88+
* `#38`_ Fix type in sumple_rtu_client.py
7689

7790
.. _#22: https://github.com/AdvancedClimateSystems/uModbus/issues/22
7891
.. _#29: https://github.com/AdvancedClimateSystems/uModbus/issues/29
@@ -85,7 +98,7 @@ Changelog
8598

8699
**Features**
87100

88-
* `#24` Add Modbus RTU client.
101+
* `#24`_ Add Modbus RTU client.
89102

90103
.. _#24: https://github.com/AdvancedClimateSystems/uModbus/issues/24
91104

0 commit comments

Comments
 (0)