From 8bfaf8bcce51d2ad5660d8f0914877810a9d340f Mon Sep 17 00:00:00 2001 From: Joe Neeman Date: Sat, 18 Jul 2026 18:19:57 +0100 Subject: [PATCH 1/2] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60713b8..c4ce8e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. 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). +## [Unreleased] + +### Fixed + +- Fixed off-by-one index check that could lead to invalid memory accesses. (#164) + ## [7.0.0] - 2026-01-25 ### Changed From e294a3b5f07523e328777a36f704206573516c9d Mon Sep 17 00:00:00 2001 From: Joe Neeman Date: Sat, 18 Jul 2026 18:22:47 +0100 Subject: [PATCH 2/2] chore: Release imbl version 7.0.1 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4ce8e0..78db0b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. 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). -## [Unreleased] +## [7.0.1] - 2026-07-18 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 72d531c..0e0681f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -306,7 +306,7 @@ dependencies = [ [[package]] name = "imbl" -version = "7.0.0" +version = "7.0.1" dependencies = [ "arbitrary", "archery", diff --git a/Cargo.toml b/Cargo.toml index 7842959..4792a3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imbl" -version = "7.0.0" +version = "7.0.1" authors = [ "Bodil Stokke ", "Joe Neeman ",