From 01753b8e140c8f9cb82af2b387245985edf37ba7 Mon Sep 17 00:00:00 2001 From: Renzo Gambone <42361379+renzodgc@users.noreply.github.com> Date: Wed, 10 Feb 2021 17:20:39 -0300 Subject: [PATCH] Version Bump: 0.5.0 (#134) * Version Bump: 0.5.0 * pr comment * Update CHANGELOG.md Co-authored-by: Mathias Claassen Co-authored-by: Mathias Claassen --- CHANGELOG.md | 22 ++++++++++++++++++++++ constants.py | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9cdada5..21e728cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ This file includes a list of notable changes to this project. +## [0.5.0](https://github.com/neuralet/smart-social-distancing/releases/tag/0.5.0) +Released on 2021-02-10. + +#### Added: + +* Camera IDs created with the API are now generated by the controller ([#127](https://github.com/neuralet/smart-social-distancing/pull/127)) +* Unitary tests for the API Router ([#105](https://github.com/neuralet/smart-social-distancing/pull/105)) +* Unitary tests for the Camera Router ([#130](https://github.com/neuralet/smart-social-distancing/pull/130)) +* Endpoints to define a Region of Interest in a given camera ([#131](https://github.com/neuralet/smart-social-distancing/pull/131)) + +#### Updated: + +* Readme: Supported video formats ([#126](https://github.com/neuralet/smart-social-distancing/pull/126)) +* Readme: DockerHub information ([#129](https://github.com/neuralet/smart-social-distancing/pull/129)) +* Moved references from beta.lanthorn.ai to app.lanthorn.ai ([#132](https://github.com/neuralet/smart-social-distancing/pull/132)) +* Readme: Added documentation on how to quickly get the processor running for a PoC ([#133](https://github.com/neuralet/smart-social-distancing/pull/133)) +* Polished configs making all default IDs `0` (instead of `default` or `area0`) ([#133](https://github.com/neuralet/smart-social-distancing/pull/133)) + +#### Fixed: + +* Broken Posenet reference on Coral ([#128](https://github.com/neuralet/smart-social-distancing/pull/128)) + ## [0.4.0](https://github.com/neuralet/smart-social-distancing/releases/tag/0.4.0) Released on 2021-01-14. diff --git a/constants.py b/constants.py index 2a5d9f4e..4cf32b32 100644 --- a/constants.py +++ b/constants.py @@ -1,4 +1,4 @@ -PROCESSOR_VERSION = "0.4.0" +PROCESSOR_VERSION = "0.5.0" # Entities AREAS = "areas"