mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
updated CHANGELOG.md file
This commit is contained in:
parent
a18efe6ab8
commit
1c53b1d01b
2 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
||||||
## Release History
|
## Release History
|
||||||
|
|
||||||
|
|
||||||
|
### 0.10.2 (2022-01-13)
|
||||||
|
|
||||||
|
* Stegano now uses Pillow 9.0.0 (CVE-2022-22815).
|
||||||
|
|
||||||
|
|
||||||
### 0.10.1 (2021-11-30)
|
### 0.10.1 (2021-11-30)
|
||||||
|
|
||||||
* Stegano now uses OpenCV Python 4.5.4 abd Numpy 1.21.4.
|
* Stegano now uses OpenCV Python 4.5.4 abd Numpy 1.21.4.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "stegano"
|
name = "stegano"
|
||||||
version = "0.10.1"
|
version = "0.10.2"
|
||||||
description = "A pure Python Steganography module."
|
description = "A pure Python Steganography module."
|
||||||
authors = [
|
authors = [
|
||||||
"Cédric Bonhomme <cedric@cedricbonhomme.org>"
|
"Cédric Bonhomme <cedric@cedricbonhomme.org>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue