File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 38
38
39
39
## Changelog
40
40
41
+ ### 0.6.0 (2021-01-04)
42
+
43
+ - Correctly close previous TCP socket on reconnects in ` TcpConnection ` .
44
+ - Fix some threading issues:
45
+ - Prevent CME on ` Connection#setConnectionState ` .
46
+ - Update dependencies.
47
+
48
+
41
49
### 0.5.0 (2020-09-27)
42
50
43
51
- Add ` StreamConnection ` class.
Original file line number Diff line number Diff line change 3
3
4
4
<groupId >de.resol</groupId >
5
5
<artifactId >vbus-parent</artifactId >
6
- <version >0.5 .0</version >
6
+ <version >0.6 .0</version >
7
7
<name >RESOL VBus Parent</name >
8
8
<packaging >pom</packaging >
9
9
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >de.resol</groupId >
5
5
<artifactId >vbus-parent</artifactId >
6
- <version >0.5 .0</version >
6
+ <version >0.6 .0</version >
7
7
<relativePath >..</relativePath >
8
8
</parent >
9
9
<artifactId >vbus-example</artifactId >
12
12
<dependency >
13
13
<groupId >de.resol</groupId >
14
14
<artifactId >vbus</artifactId >
15
- <version >0.5 .0</version >
15
+ <version >0.6 .0</version >
16
16
</dependency >
17
17
<dependency >
18
18
<groupId >com.fazecast</groupId >
Original file line number Diff line number Diff line change 3
3
4
4
<groupId >de.resol</groupId >
5
5
<artifactId >vbus</artifactId >
6
- <version >0.5 .0</version >
6
+ <version >0.6 .0</version >
7
7
<packaging >jar</packaging >
8
8
9
9
<name >RESOL VBus</name >
You can’t perform that action at this time.
0 commit comments