Skip to content

Commit fb06bb6

Browse files
authored
Merge pull request #1212 from google/py-prepare-release
python: prepare for release of 1.0.1
2 parents a04562a + 38f733d commit fb06bb6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

python/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@ Note that for version number starting with a `0`, i.e., `0.x.y`, a bump of `x`
99
should be considered as a major (and thus potentially breaking) change. See
1010
semver guidelines for more details about this.
1111

12+
## [1.0.1] - 2025-10-31
13+
- Mark end of experimental phase. No changes from last version.
14+
1215
## [0.6.3] - 2025-10-30
1316
- Pin onnxruntime on Windows ([#1099](https://github.com/google/magika/pull/1099)).
1417
- Add docstrings for all relevant modules, classes, and methods.
15-
- Improved READMEs and overall documentation.
18+
- Improved READMEs and overall [documentation](https://securityresearch.google/magika/cli-and-bindings/python/).
1619

1720
## [0.6.2] - 2025-05-02
1821

python/src/magika/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# ruff: noqa: D104
1616

1717

18-
__version__ = "0.6.3"
18+
__version__ = "1.0.1"
1919

2020

2121
import dotenv

0 commit comments

Comments
 (0)