From a6d5584bc843a2c63d33218fa16159fb678e60a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 12:51:14 +0000 Subject: [PATCH] chore: release v0.10.1 --- ndhistogram/CHANGELOG.md | 23 +++++++++++++++++++++++ ndhistogram/Cargo.toml | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/ndhistogram/CHANGELOG.md b/ndhistogram/CHANGELOG.md index 4119968..58d6749 100644 --- a/ndhistogram/CHANGELOG.md +++ b/ndhistogram/CHANGELOG.md @@ -1,3 +1,26 @@ +# Changelog + +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). + +## [Unreleased] + +## [0.10.1](https://github.com/davehadley/ndhistogram/compare/v0.10.0...v0.10.1) - 2026-03-29 + +### Other + +- update readme +- update msrv in CI +- run cargo-sync-readme +- add commitlint and dprint to CI +- auto format toml +- cargo fmt +- relax dependency requirements, update msrv +- fix clippy lints +- Fix some compiler warnings in tests. +- Update dependencies. # 0.10.0 (2022-11-14) - Fix [issue 33](https://github.com/davehadley/ndhistogram/issues/33): Filling a histogram where the axis value is NaN not longer panics. NaN is mapped to the overflow bin where one exists or to no bin on axes without overflow bins. diff --git a/ndhistogram/Cargo.toml b/ndhistogram/Cargo.toml index 3002299..cf0157f 100644 --- a/ndhistogram/Cargo.toml +++ b/ndhistogram/Cargo.toml @@ -32,7 +32,7 @@ bench = false [package] name = "ndhistogram" -version = "0.10.0" +version = "0.10.1" authors = ["David Hadley "] categories = ["science", "mathematics", "data-structures"] edition = "2021"