From 7a9bf4b63bca2435f527c6982baf0cefc5a07f35 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 26 Jun 2026 19:59:15 +0000 Subject: [PATCH] feat: Bump version to 0.10.1 [release] --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6e04465..9d20487f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.10.1](https://github.com/mylonics/struct-frame/releases/tag/0.10.1) - 2026-06-26 + +[Compare with v0.10.0](https://github.com/mylonics/struct-frame/compare/v0.10.0...0.10.1) + ## [v0.10.0](https://github.com/mylonics/struct-frame/releases/tag/v0.10.0) - 2026-06-20 [Compare with v0.9.9](https://github.com/mylonics/struct-frame/compare/v0.9.9...v0.10.0) diff --git a/pyproject.toml b/pyproject.toml index 4736ba3d..eac4b2fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "struct-frame" -version = "0.10.0" +version = "0.10.1" authors = [ { name="Rijesh Augustine", email="rijesh@mylonics.com" }, ]