From 223443e21cd8fb793b9425fb2503487d77ffae79 Mon Sep 17 00:00:00 2001 From: Wesley Mareovich Smith Date: Thu, 2 Jul 2020 16:01:03 -0700 Subject: [PATCH] fixing changelog version --- com.unity.perception/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.unity.perception/CHANGELOG.md b/com.unity.perception/CHANGELOG.md index 57f39b28c..16b1bfa52 100644 --- a/com.unity.perception/CHANGELOG.md +++ b/com.unity.perception/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this package will be documented in this file. 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). -## [0.2.0.preview.1] - 2020-07-02 +## [0.2.0-preview.1] - 2020-07-02 ### Added Added CameraLabeler, an extensible base type for all forms of dataset output from a camera. Added LabelConfig\, a base class for mapping labels to data used by a labeler. There are two new derived types - ID label config and semantic segmentation label config.