Skip to content

Commit 5a4f6eb

Browse files
committed
Update version and doc
1 parent 9b88c45 commit 5a4f6eb

File tree

7 files changed

+463
-1157
lines changed

7 files changed

+463
-1157
lines changed

.circleci/config.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,15 @@ jobs:
127127
workflows:
128128
sample:
129129
jobs:
130-
- build-and-test:
131-
matrix:
132-
parameters:
130+
#~ - build-and-test:
131+
#~ matrix:
132+
#~ parameters:
133133
#~ python : ['3.9', '3.10', '3.11', '3.13']
134-
python : ['3.9', '3.10', '3.11']
134+
#~ python : ['3.9', '3.10', '3.11']
135135
- build-and-cov:
136136
matrix:
137137
parameters:
138-
python : ['3.12']
138+
python : ['3.9', '3.10', '3.11', '3.12']
139139
# - testpypi_publish:
140140
# requires:
141141
# - build-and-test

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Added
1111

12-
- Use scrypt in derivation function (experimental)
12+
### Changed
13+
14+
### Removed
15+
16+
## [0.0.8] - 2025/03/08
17+
18+
### Added
1319

1420
### Changed
1521

22+
- Use scrypt in derivation function (experimental)
23+
1624
### Removed
1725

1826

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,6 @@ tests/test_pycoffer_market.py:
8888
cd tests && ln -s ../../PyCoffer/tests/test_coffer.py test_pycoffer_coffer.py
8989

9090
release:
91+
-make doc && git commit -m "Update doc" docs/
9192
-git push
9293
gh release create v${VERSION}

docs/cofferfile/aes.html

-687
This file was deleted.

docs/cofferfile/zstd.html

+447
Large diffs are not rendered by default.

docs/fernetfile.html

-463
This file was deleted.

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.8"
3+
version = "0.0.9"
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)