From feabe5700fe0891a49d2b3c6c2ca627004b9a156 Mon Sep 17 00:00:00 2001 From: Christophe Combelles Date: Sat, 11 Jul 2026 12:08:17 +0200 Subject: [PATCH] Release 0.9.1 Drop the -dev suffix and date the changelog. The wire bump to 2 and the matching pyvolca REQUIRED_WIRE landed with the raw-bytes export in #196. --- CHANGELOG.md | 2 +- volca.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b6243ab..f0b7363c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [0.9.1] - 2026-07-11 ### Added - A characterization method declared in the TOML configuration can carry diff --git a/volca.cabal b/volca.cabal index 5f0d10d9..859cb7ee 100644 --- a/volca.cabal +++ b/volca.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: volca -version: 0.9.1-dev +version: 0.9.1 build-type: Simple license: Apache-2.0