Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nolze committed Jan 20, 2022
1 parent 5999a65 commit b8dfe49
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
5.0.0 / 2022-01-20
==================

* (dev) Add tests on Python 3.7 to 3.9 ([#71](https://github.com/nolze/msoffcrypto-tool/pull/71))
* (dev) Track poetry.lock ([#71](https://github.com/nolze/msoffcrypto-tool/pull/71))
* (BREAKING) Drop Python 2 support ([#71](https://github.com/nolze/msoffcrypto-tool/pull/71))
* Raise exception if no encryption type is specified ([#70](https://github.com/nolze/msoffcrypto-tool/issues/70))
* Support SHA256, SHA384 hash algorithm (@jackydo, [#67](https://github.com/nolze/msoffcrypto-tool/pull/67))
* Fix errors for unencrypted documents
* Use absolute imports ([#63](https://github.com/nolze/msoffcrypto-tool/pull/63))

4.12.0 / 2021-06-04
===================
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "msoffcrypto-tool"
version = "4.12.0"
version = "5.0.0"
description = "Python tool and library for decrypting MS Office files with passwords or other keys"
license = "MIT"
homepage = "https://github.com/nolze/msoffcrypto-tool"
Expand Down

0 comments on commit b8dfe49

Please sign in to comment.