Skip to content

Commit

Permalink
release patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalkuthe committed Jul 26, 2024
1 parent 800b038 commit 98b6348
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "imara-diff"
version = "0.1.6"
version = "0.1.7"
edition = "2021"
authors = ["pascalkuthe <pascalkuthe@semimod.de>"]
authors = ["pascalkuthe <pascalkuthe@pm.me>"]
rust-version = "1.61"
license = "Apache-2.0"

Expand Down

0 comments on commit 98b6348

Please sign in to comment.