Skip to content

Commit d7ced80

Browse files
authored
Merge pull request #946 from google/py-prepare-release
python: new -rc release
2 parents 28aeb06 + 5ef7dfa commit d7ced80

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

python/CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ 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-
## [Unreleased]
12+
## [0.6.1-rc1] - 2025-02-04
1313

1414
- Add version constraint for `onnxruntime` to deal with known `uv` limitation (https://github.com/google/magika/issues/922).
1515
- In the pure python wheel, `magika` now warns the users that the Rust client is not available, and tells the users that they can use a fallback python client, now available via `magika-python-client`.
16+
- Minor tuning of thresholds for new v3 models.
1617

1718

1819
## [0.6.1-rc0] - 2025-01-23

python/src/magika/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515

16-
__version__ = "0.6.1-dev"
16+
__version__ = "0.6.1-rc1"
1717

1818

1919
import dotenv

0 commit comments

Comments
 (0)