Skip to content

Commit 6c27ca9

Browse files
authored
Merge pull request #995 from google/py-prepare-release
python: prepare for release of 0.6.1-rc3
2 parents 234d885 + fbc8837 commit 6c27ca9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

python/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +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-
## [Unreleased]
12+
## [0.6.1-rc3] - 2025-03-17
1313

1414
- Add new `identify_stream(stream: typing.BinaryIO)` API to infer the content type from an already-open binary stream (https://github.com/google/magika/issues/970).
1515
- Improved path handling in `identify_path` and `identify_paths`. These functions now accept `Union[str, os.PathLike]` objects, eliminating the need to import `pathlib.Path` for basic usage (https://github.com/google/magika/issues/935).
1616
- Rename `get_version` => `get_module_version` method to help disambiguate which "thing" the version is referring to.
1717
- Upgrade model from `standard_v3_1` to `standard_v3_2`. See details in the [models' changelog notes](../assets/models/CHANGELOG.md).
18+
- Includes Magika Rust client `0.1.1`.
1819

1920
## [0.6.1-rc2] - 2025-03-11
2021

python/src/magika/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515

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

1818

1919
import dotenv

0 commit comments

Comments
 (0)