Skip to content

Commit 8b9d678

Browse files
authored
AIRO-1696 increment package version to 0.5.2 (#176)
* increment package version to 0.5.2 * update change log
1 parent 6e44f33 commit 8b9d678

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

com.unity.robotics.urdf-importer/CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1212

1313
### Added
1414

15-
Added Sonarqube scanner
16-
1715
### Changed
1816

1917
### Deprecated
@@ -22,6 +20,17 @@ Added Sonarqube scanner
2220

2321
### Fixed
2422

23+
24+
## [0.5.2-preview] - 2022-02-01
25+
26+
Added Sonarqube scanner
27+
28+
### Fixed
29+
Fixed inability to read relative file paths
30+
31+
Correct Axis change issues in URDF Importer
32+
33+
2534
## [0.5.1-preview] - 2021-10-04
2635
Fixed bug with multiple references to the same mesh during import
2736

com.unity.robotics.urdf-importer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.unity.robotics.urdf-importer",
3-
"version": "0.5.1-preview",
3+
"version": "0.5.2-preview",
44
"displayName": "URDF Importer",
55
"description": "Facilitates importing configurations from the Universal Robot Description Format",
66
"unity": "2020.2",

0 commit comments

Comments
 (0)