Skip to content

Commit 8559dbb

Browse files
authored
Merge pull request #89 from ddulic/release-please--branches--main
chore(main): release 1.6.7
2 parents 10287c5 + fa3e282 commit 8559dbb

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.6.6"}
1+
{".":"1.6.7"}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [1.6.7](https://github.com/ddulic/supernote/compare/v1.6.6...v1.6.7) (2026-04-13)
4+
5+
6+
### Bug Fixes
7+
8+
* **security:** add usedforsecurity=False to all hashlib.md5 calls ([10287c5](https://github.com/ddulic/supernote/commit/10287c5adbf93d5aec49958e3930c96b87abced3))
9+
* **security:** add usedforsecurity=False to all hashlib.md5 calls ([9aefad1](https://github.com/ddulic/supernote/commit/9aefad1f692bd9f7672ae5f166629e293e9cad10))
10+
* **security:** remove ineffective lgtm suppression comments ([c8d9bdb](https://github.com/ddulic/supernote/commit/c8d9bdb2def8279a76caf39994b22b53c230a65d))
11+
* **security:** suppress CodeQL weak-sensitive-data-hashing for MD5 password pre-hashing ([c15c03f](https://github.com/ddulic/supernote/commit/c15c03f0106f93dadaa00192a5820ee272f3c318))
12+
313
## [1.6.6](https://github.com/ddulic/supernote/compare/v1.6.5...v1.6.6) (2026-04-13)
414

515

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["setuptools>=77.0"]
44

55
[project]
66
name = "supernote"
7-
version = "1.6.6"
7+
version = "1.6.7"
88
license = "Apache-2.0"
99
license-files = ["LICENSE"]
1010
description = "All-in-one toolkit for Supernote devices: parse notebooks, self-host services, access services"

0 commit comments

Comments
 (0)