Skip to content

Commit

Permalink
AIRO-1696 increment package version to 0.5.2 (#176)
Browse files Browse the repository at this point in the history
* increment package version to 0.5.2

* update change log
  • Loading branch information
hyounesy authored Feb 1, 2022
1 parent 6e44f33 commit 8b9d678
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions com.unity.robotics.urdf-importer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

### Added

Added Sonarqube scanner

### Changed

### Deprecated
Expand All @@ -22,6 +20,17 @@ Added Sonarqube scanner

### Fixed


## [0.5.2-preview] - 2022-02-01

Added Sonarqube scanner

### Fixed
Fixed inability to read relative file paths

Correct Axis change issues in URDF Importer


## [0.5.1-preview] - 2021-10-04
Fixed bug with multiple references to the same mesh during import

Expand Down
2 changes: 1 addition & 1 deletion com.unity.robotics.urdf-importer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.unity.robotics.urdf-importer",
"version": "0.5.1-preview",
"version": "0.5.2-preview",
"displayName": "URDF Importer",
"description": "Facilitates importing configurations from the Universal Robot Description Format",
"unity": "2020.2",
Expand Down

0 comments on commit 8b9d678

Please sign in to comment.