Skip to content

Commit 7655828

Browse files
chore(main): release 1.0.1 (#70)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1729c81 commit 7655828

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.1](https://github.com/open-meteo/python-omfiles/compare/v1.0.0...v1.0.1) (2025-10-14)
9+
10+
11+
### Bug Fixes
12+
13+
* fsspec tests should not depend on specific files ([#68](https://github.com/open-meteo/python-omfiles/issues/68)) ([7a41bc6](https://github.com/open-meteo/python-omfiles/commit/7a41bc615ef963f02efc9c2bd3e4b993ac41df5f))
14+
* writer support for numpy scalars ([#72](https://github.com/open-meteo/python-omfiles/issues/72)) ([1729c81](https://github.com/open-meteo/python-omfiles/commit/1729c81a3d43788def34cfed3ce7ecf9877fb267))
15+
816
## [1.0.0](https://github.com/open-meteo/python-omfiles/compare/v0.1.1...v1.0.0) (2025-09-30)
917

1018

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "python-omfiles"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition = "2021"
55
description = "Python bindings for the rust omfiles library"
66
license = "GPL-2.0-only"

0 commit comments

Comments
 (0)