Skip to content

Commit c6848fb

Browse files
committed
[] release 0.1.8
1 parent 226742f commit c6848fb

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8+
## 0.1.8 - 2025-2-1
9+
10+
### Changed
11+
12+
* update MSRV to 1.71
13+
* drop ahash dependency in favour of hashbrowns default hasher (foldhash)
14+
15+
### Fixed
16+
17+
* incomplete documentation for sink and interner
18+
19+
# Changelog - imara-diff
20+
21+
All notable changes to imara-diff will be documented in this file.
22+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
23+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
24+
25+
826
## 0.1.7 - 2024-26-7
927

1028
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "imara-diff"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
edition = "2021"
55
authors = ["pascalkuthe <[email protected]>"]
66
rust-version = "1.71"

0 commit comments

Comments
 (0)