Skip to content

Commit 908043e

Browse files
update version to 0.4.0 (#69)
1 parent f188add commit 908043e

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,30 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1818

1919
### Removed
2020

21+
### Fixed
22+
23+
## [0.4.0] - 2021-05-27
24+
25+
Note: the logs only reflects the changes from version 0.3.0
26+
27+
### Upgrade Notes
28+
29+
RosConnection 2.0: maintain a single constant connection from Unity to the Endpoint. This is more efficient than opening one connection per message, and it eliminates a whole bunch of user issues caused by ROS being unable to connect to Unity due to firewalls, proxies, etc.
30+
31+
### Known Issues
32+
33+
### Added
34+
35+
Add a link to the Robotics forum, and add a config.yml to add a link in the Github Issues page
36+
37+
Add linter, unit tests, and test coverage reporting
38+
39+
### Changed
40+
41+
### Deprecated
42+
43+
### Removed
44+
45+
Remove outdated handshake references
46+
2147
### Fixed

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>ros_tcp_endpoint</name>
4-
<version>0.3.0</version>
4+
<version>0.4.0</version>
55
<description>Acts as the bridge between Unity messages sent via Websocket and ROS messages.</description>
66

77
<maintainer email="unity-robotics@unity3d.com">Unity Robotics</maintainer>

0 commit comments

Comments
 (0)