From 445cd4ddcf585f4ff4f5a72f65800b06772db336 Mon Sep 17 00:00:00 2001 From: Val Andrei Fajardo Date: Sat, 29 Mar 2025 02:52:08 -0400 Subject: [PATCH] v0.1.3 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01e6247..4ffc507 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ... +## [0.1.3] - 2025-03-29 + +### Fixed + +- MDLink html template adds a new line due to end of file which yields undesirable results (#33) + ## [0.1.2] - 2025-03-29 ### Added diff --git a/Cargo.lock b/Cargo.lock index 37af0d4..d1f9d5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1188,7 +1188,7 @@ dependencies = [ [[package]] name = "mdbook-ai-pocket-reference" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 8a585e3..e01d554 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook-ai-pocket-reference" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "mdbook preprocessor for the ai-pocket-reference project." authors = ["Andrei Fajardo "]