mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
Bumped version number.
This commit is contained in:
parent
a265cbaa18
commit
54277960d9
2 changed files with 8 additions and 8 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,7 +1,7 @@
|
||||||
# Release History
|
# Release History
|
||||||
|
|
||||||
|
|
||||||
## 0.9.4 (2019-10-27)
|
## 0.9.5 (2019-10-27)
|
||||||
|
|
||||||
* updated dependencies;
|
* updated dependencies;
|
||||||
* home page of the project is now: https://git.sr.ht/~cedric/Stegano
|
* home page of the project is now: https://git.sr.ht/~cedric/Stegano
|
||||||
|
@ -10,15 +10,15 @@
|
||||||
## 0.9.4 (2019-06-05)
|
## 0.9.4 (2019-06-05)
|
||||||
|
|
||||||
* new: Implemented LFSR generator (with tests and CLI)
|
* new: Implemented LFSR generator (with tests and CLI)
|
||||||
(`PR #27 <https://github.com/cedricbonhomme/Stegano/pull/27>`_)
|
([PR #27](https://github.com/cedricbonhomme/Stegano/pull/27))
|
||||||
* new: Implemented Ackermann generators CLI interface
|
* new: Implemented Ackermann generators CLI interface
|
||||||
(`PR #26 <https://github.com/cedricbonhomme/Stegano/pull/26>`_)
|
([PR #26](https://github.com/cedricbonhomme/Stegano/pull/26))
|
||||||
* new: The Ackermann functions are not actual generators
|
* new: The Ackermann functions are not actual generators
|
||||||
(`#24 <https://github.com/cedricbonhomme/Stegano/issues/24>`_)
|
([#24](https://github.com/cedricbonhomme/Stegano/issues/24))
|
||||||
* new: add a shift parameter for the lsbmodule
|
* new: add a shift parameter for the lsbmodule
|
||||||
(`#25 <https://github.com/cedricbonhomme/Stegano/issues/25>`_)
|
([#25](https://github.com/cedricbonhomme/Stegano/issues/25))
|
||||||
* fix: lsbset.hide cause .png transparent area lost
|
* fix: lsbset.hide cause .png transparent area lost
|
||||||
(`#23 <https://github.com/cedricbonhomme/Stegano/issues/23>`_)
|
([#23](https://github.com/cedricbonhomme/Stegano/issues/23))
|
||||||
|
|
||||||
|
|
||||||
## 0.9.3 (2019-04-10)
|
## 0.9.3 (2019-04-10)
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -33,7 +33,7 @@ with codecs.open(os.path.join(here, 'CHANGELOG.md'), encoding='utf-8') as f:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='Stegano',
|
name='Stegano',
|
||||||
version='0.9.4',
|
version='0.9.5',
|
||||||
author='Cédric Bonhomme',
|
author='Cédric Bonhomme',
|
||||||
author_email='cedric@cedricbonhomme.org',
|
author_email='cedric@cedricbonhomme.org',
|
||||||
packages=packages,
|
packages=packages,
|
||||||
|
|
Loading…
Add table
Reference in a new issue