diff --git a/CHANGELOG.md b/CHANGELOG.md index 00066f4..318f7c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.1.7 - 2024-26-7 + +### Fixed + +* pointer alias violations in myers diff algorithm implementation + ## 0.1.5 - 2022-11-4 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 05e673b..26df8b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "imara-diff" -version = "0.1.6" +version = "0.1.7" edition = "2021" -authors = ["pascalkuthe "] +authors = ["pascalkuthe "] rust-version = "1.61" license = "Apache-2.0"