Skip to content

Commit 6757c6a

Browse files
Version bump 0.7.0 (#162)
1 parent f90840b commit 6757c6a

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

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

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

5+
## [0.7.0](https://github.com/neuralet/smart-social-distancing/releases/tag/0.7.0)
6+
Released on 2021-04-13.
7+
8+
#### Added:
9+
* Partial (read-only) support for global Area ([#150](https://github.com/neuralet/smart-social-distancing/pull/150))
10+
* Occupancy rules for business hours ([#154](https://github.com/neuralet/smart-social-distancing/pull/154), [#160](https://github.com/neuralet/smart-social-distancing/pull/160))
11+
* Include processor capabilities in the config/info endpoint ([#159](https://github.com/neuralet/smart-social-distancing/pull/159))
12+
* Include authorization header in webhook logger ([#161](https://github.com/neuralet/smart-social-distancing/pull/161))
13+
* Support different models per camera ([#148](https://github.com/neuralet/smart-social-distancing/pull/148))
14+
* Estimate occupancy with In/Out metrics ([#157](https://github.com/neuralet/smart-social-distancing/pull/157))
15+
16+
#### Fixed:
17+
* Add .keep in occupancy log directories ([#155](https://github.com/neuralet/smart-social-distancing/pull/155))
18+
519
## [0.6.0](https://github.com/neuralet/smart-social-distancing/releases/tag/0.6.0)
620
Released on 2021-03-23.
721

constants.py

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

33
# Entities
44
AREAS = "areas"
@@ -10,4 +10,3 @@
1010
SOCIAL_DISTANCING = "social-distancing"
1111
FACEMASK_USAGE = "facemask-usage"
1212
IN_OUT = "in-out"
13-

0 commit comments

Comments
 (0)