Skip to content

Commit

Permalink
[] release 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalkuthe committed Feb 1, 2025
1 parent 226742f commit c6848fb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ 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.8 - 2025-2-1

### Changed

* update MSRV to 1.71
* drop ahash dependency in favour of hashbrowns default hasher (foldhash)

### Fixed

* incomplete documentation for sink and interner

# Changelog - imara-diff

All notable changes to imara-diff will be documented in this file.
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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "imara-diff"
version = "0.1.7"
version = "0.1.8"
edition = "2021"
authors = ["pascalkuthe <[email protected]>"]
rust-version = "1.71"
Expand Down

0 comments on commit c6848fb

Please sign in to comment.