Skip to content

Commit

Permalink
Version bump 0.7.0 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
mats-claassen authored Apr 13, 2021
1 parent f90840b commit 6757c6a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## [0.7.0](https://github.com/neuralet/smart-social-distancing/releases/tag/0.7.0)
Released on 2021-04-13.

#### Added:
* Partial (read-only) support for global Area ([#150](https://github.com/neuralet/smart-social-distancing/pull/150))
* 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))
* Include processor capabilities in the config/info endpoint ([#159](https://github.com/neuralet/smart-social-distancing/pull/159))
* Include authorization header in webhook logger ([#161](https://github.com/neuralet/smart-social-distancing/pull/161))
* Support different models per camera ([#148](https://github.com/neuralet/smart-social-distancing/pull/148))
* Estimate occupancy with In/Out metrics ([#157](https://github.com/neuralet/smart-social-distancing/pull/157))

#### Fixed:
* Add .keep in occupancy log directories ([#155](https://github.com/neuralet/smart-social-distancing/pull/155))

## [0.6.0](https://github.com/neuralet/smart-social-distancing/releases/tag/0.6.0)
Released on 2021-03-23.

Expand Down
3 changes: 1 addition & 2 deletions constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROCESSOR_VERSION = "0.6.0"
PROCESSOR_VERSION = "0.7.0"

# Entities
AREAS = "areas"
Expand All @@ -10,4 +10,3 @@
SOCIAL_DISTANCING = "social-distancing"
FACEMASK_USAGE = "facemask-usage"
IN_OUT = "in-out"

0 comments on commit 6757c6a

Please sign in to comment.