diff --git a/CHANGELOG.md b/CHANGELOG.md index 592a0db..95bc6da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.2](https://github.com/open-meteo/python-omfiles/compare/v1.0.1...v1.0.2) (2025-11-26) + + +### Bug Fixes + +* assert that fsspec returned the expect number of bytes ([0dfa0c5](https://github.com/open-meteo/python-omfiles/commit/0dfa0c5ed05db8904460ee745e93fa6d3fdbc5de)) +* asyncio_default_fixture_loop_scope warning ([#83](https://github.com/open-meteo/python-omfiles/issues/83)) ([ec63718](https://github.com/open-meteo/python-omfiles/commit/ec637181bbfa2484153fcf8a8797f080ab7d3476)) +* failing fs-spec test ([81ec4c3](https://github.com/open-meteo/python-omfiles/commit/81ec4c39d16291ad4e9875a522fe9c022ec54cfd)) + ## [1.0.1](https://github.com/open-meteo/python-omfiles/compare/v1.0.0...v1.0.1) (2025-10-14) diff --git a/Cargo.lock b/Cargo.lock index 6c29461..5e037c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -976,7 +976,7 @@ dependencies = [ [[package]] name = "python-omfiles" -version = "1.0.1" +version = "1.0.2" dependencies = [ "async-lock", "delegate", diff --git a/Cargo.toml b/Cargo.toml index 1fe2435..417a684 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "python-omfiles" -version = "1.0.1" +version = "1.0.2" edition = "2021" description = "Python bindings for the rust omfiles library" license = "GPL-2.0-only"