Skip to content

Commit

Permalink
Version Bump: 0.5.0 (#134)
Browse files Browse the repository at this point in the history
* Version Bump: 0.5.0

* pr comment

* Update CHANGELOG.md

Co-authored-by: Mathias Claassen <mathias@xmartlabs.com>

Co-authored-by: Mathias Claassen <mathias@xmartlabs.com>
  • Loading branch information
renzodgc and mats-claassen committed Feb 10, 2021
1 parent c90cba3 commit 01753b8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROCESSOR_VERSION = "0.4.0"
PROCESSOR_VERSION = "0.5.0"

# Entities
AREAS = "areas"
Expand Down

0 comments on commit 01753b8

Please sign in to comment.