Skip to content

Commit a80bdaa

Browse files
authored
Bump: v0.6.0 (#146)
* Bump: v0.6.0 * pr comments * added new commits to changelog * added last in/out commit to feature * changed wording
1 parent 8712afd commit a80bdaa

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
This file includes a list of notable changes to this project.
44

5+
## [0.6.0](https://github.com/neuralet/smart-social-distancing/releases/tag/0.6.0)
6+
Released on 2021-03-23.
7+
8+
#### Added:
9+
10+
* Draw Region of Interest contour in live feed ([#136](https://github.com/neuralet/smart-social-distancing/pull/136))
11+
* List overview of camera configuration ([#138](https://github.com/neuralet/smart-social-distancing/pull/138))
12+
* In/Out Boundary metric: ([#135](https://github.com/neuralet/smart-social-distancing/pull/135), [#139](https://github.com/neuralet/smart-social-distancing/pull/139), [#144](https://github.com/neuralet/smart-social-distancing/pull/144)), [#147](https://github.com/neuralet/smart-social-distancing/pull/147))
13+
* Unitary tests for the metrics endpoints ([#140](https://github.com/neuralet/smart-social-distancing/pull/140))
14+
* Docker Compose ([#149](https://github.com/neuralet/smart-social-distancing/pull/149))
15+
16+
#### Fixed:
17+
18+
* Bad reference in config files ([#137](https://github.com/neuralet/smart-social-distancing/pull/137))
19+
* Area logger sometimes tried to start before processing started (causing error) ([#141](https://github.com/neuralet/smart-social-distancing/pull/141))
20+
* Bad reference in accessing the cameras of a config ([#142](https://github.com/neuralet/smart-social-distancing/pull/142))
21+
* Crash when logging without a classifier ([#143](https://github.com/neuralet/smart-social-distancing/pull/143))
22+
523
## [0.5.0](https://github.com/neuralet/smart-social-distancing/releases/tag/0.5.0)
624
Released on 2021-02-10.
725

constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PROCESSOR_VERSION = "0.5.0"
1+
PROCESSOR_VERSION = "0.6.0"
22

33
# Entities
44
AREAS = "areas"

0 commit comments

Comments
 (0)