From 385c9f094c6a6e3e8fea007b28a4815ff53c10ec Mon Sep 17 00:00:00 2001 From: MattJackson <1085847+MattJackson@users.noreply.github.com> Date: Sat, 9 May 2026 20:08:56 -0700 Subject: [PATCH] =?UTF-8?q?v0.18.3:=20canonical=5Ftitle=5Forder=20?= =?UTF-8?q?=E2=80=94=20main=20feature=20first=20on=20branching=20UHDs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36033e4..1bae840 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased — 0.18.3 +## 0.18.3 (2026-05-09) ### Behaviour change diff --git a/Cargo.toml b/Cargo.toml index bbaea86..002d002 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfreemkv" -version = "0.18.2" +version = "0.18.3" edition = "2024" rust-version = "1.86" license = "AGPL-3.0-only"