Skip to content

Commit 74fc85a

Browse files
authored
AIRO-1696 v0.7.0 pre release fixes (#257)
* Making the package version consistent with the ROS-TCP-Connector release tag to avoid confusion. * fix filename for meta file (inconsistent casing) * updated change log and package version 0.7.0
1 parent 51b27d2 commit 74fc85a

File tree

6 files changed

+65
-15
lines changed

6 files changed

+65
-15
lines changed

com.unity.robotics.ros-tcp-connector/CHANGELOG.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ All notable changes to this repository will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
78
## Unreleased
89

910
### Upgrade Notes
@@ -12,6 +13,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1213

1314
### Added
1415

16+
### Changed
17+
18+
### Deprecated
19+
20+
### Removed
21+
22+
### Fixed
23+
24+
25+
## [0.7.0-preview] - 2022-02-01
26+
27+
### Added
28+
1529
Added "Listen for TF Messages" to Settings
1630

1731
Enabled Android and IOS builds
@@ -36,14 +50,6 @@ Bug fix - no padding when serializing an empty array
3650

3751
Can publish messages from threads other than main
3852

39-
Visualizations work with ROS services
40-
41-
### Deprecated
42-
43-
### Removed
44-
45-
### Fixed
46-
4753

4854
## [0.6.0-preview] - 2021-09-30
4955

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
{
22
"name": "com.unity.robotics.ros-tcp-connector",
3-
"version": "0.6.0-preview",
3+
"version": "0.7.0-preview",
44
"displayName": "ROS TCP Connector",
55
"description": "Bridge components and message generation allowing Unity to communicate with ROS and ROS2 services",
66
"unity": "2020.2",
77
"unityRelease": "0b9",
8-
"dependencies": {
9-
"nuget.moq": "1.0.0"
10-
}
8+
"dependencies": {}
119
}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Changelog
2+
3+
All notable changes to this repository will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
7+
8+
## Unreleased
9+
10+
### Upgrade Notes
11+
12+
### Known Issues
13+
14+
### Added
15+
16+
### Changed
17+
18+
### Deprecated
19+
20+
### Removed
21+
22+
### Fixed
23+
24+
25+
## [0.7.0-preview] - 2022-02-01
26+
27+
### Upgrade Notes
28+
29+
Making the package version consistent with the ROS-TCP-Connector release tag to avoid confusion.
30+
31+
### Added
32+
33+
Visualizations work with ROS services
34+
35+
36+
## [0.1.0-preview] - 2021-09-30
37+
38+
Visualization package 0.1.0 preview is public.

com.unity.robotics.visualizations/CHANGELOG.md.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "com.unity.robotics.visualizations",
3-
"version": "0.1.0-preview",
3+
"version": "0.7.0-preview",
44
"displayName": "Unity Robotics Visualizations",
55
"description": "Components for displaying specific ROS messages",
66
"unity": "2020.2",
77
"unityRelease": "0b9",
8-
"dependencies": {
9-
}
8+
"dependencies":
9+
{
10+
}
1011
}

0 commit comments

Comments
 (0)