From 69af236a368572f8b987deaab4c030f58f36f41f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 7 Jul 2026 01:58:50 +0000 Subject: [PATCH] feat: Bump version to 0.10.2 [release] --- CHANGELOG.md | 12 ++++++++++-- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d20487f..049ffaef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,17 @@ 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 +## [0.10.2](https://github.com/mylonics/struct-frame/releases/tag/0.10.2) - 2026-07-07 -[Compare with v0.10.0](https://github.com/mylonics/struct-frame/compare/v0.10.0...0.10.1) +[Compare with v0.10.1](https://github.com/mylonics/struct-frame/compare/v0.10.1...0.10.2) + +### Fixed + +- Fixing wire evolution (#357) ([f4cfe51](https://github.com/mylonics/struct-frame/commit/f4cfe513fbbd207fa44b58d7e90de075738de680) by Rijesh Augustine). + +## [v0.10.1](https://github.com/mylonics/struct-frame/releases/tag/v0.10.1) - 2026-06-26 + +[Compare with v0.10.0](https://github.com/mylonics/struct-frame/compare/v0.10.0...v0.10.1) ## [v0.10.0](https://github.com/mylonics/struct-frame/releases/tag/v0.10.0) - 2026-06-20 diff --git a/pyproject.toml b/pyproject.toml index eac4b2fa..66055667 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "struct-frame" -version = "0.10.1" +version = "0.10.2" authors = [ { name="Rijesh Augustine", email="rijesh@mylonics.com" }, ]