Skip to content

Commit 599d5aa

Browse files
committed
Update changelog and version
1 parent 62ad13a commit 599d5aa

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
### Added
11+
12+
### Changed
13+
14+
### Removed
15+
16+
17+
## [0.0.8] - 2025/02/24
18+
1019
### Added
1120

1221
- Add benchmark for Tink

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cofferfile"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
requires-python = ">= 3.9"
55
readme = "README.md"
66
description = "A python xxxFile like (ie GzipFile, BZ2File, ...) for manipulating encrypted files (Fernet, Nacl, ...)."

0 commit comments

Comments
 (0)