chg: bumped dependencies.

This commit is contained in:
Cédric Bonhomme 2021-11-30 09:16:41 +01:00
parent 9c981005e4
commit 0a17b29121
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
3 changed files with 76 additions and 63 deletions

View file

@ -1,6 +1,11 @@
## Release History
### 0.10.1 (2021-11-30)
* Stegano now uses OpenCV Python 4.5.4 abd Numpy 1.21.4.
### 0.10.0 (2021-11-29)
* new: Implemented Shi-Tomashi corner generator
@ -10,12 +15,12 @@
### 0.9.9 (2021-07-02)
* stegano now uses Pillow 8.3.0.
* Stegano now uses Pillow 8.3.0.
### 0.9.8 (2019-12-20)
* stegano is now using poetry;
* Stegano is now using poetry;
* minor improvements to the command line.