From a3db51e1d500bbd6d6e58e7ef223865409128d00 Mon Sep 17 00:00:00 2001 From: "Matthew W. Thompson" Date: Fri, 7 Aug 2026 19:31:28 -0500 Subject: [PATCH] Finalize 0.1.17 release notes --- docs/releasehistory.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/releasehistory.md b/docs/releasehistory.md index fefbdb3..c49c598 100644 --- a/docs/releasehistory.md +++ b/docs/releasehistory.md @@ -11,12 +11,16 @@ Dates are given in YYYY-MM-DD format. Please note that all releases prior to a version 1.0.0 are considered pre-releases and many API changes will come before a stable release. -## Current development +## 0.1.17 - 2025-08-07 ### Maintenance changes * #141: Switch to `setuptools_scm` for version handling +### Bug fixes + +* #157: Fix compatibility with new JSON output introduced in mamba 2.9.0 + ## 0.1.16 - 2025-08-15 ### Performance improvements