diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b03a58..d459f72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/lang/en/). +## v0.4.5 - 2026-07-26 +### Changed +- Refactoring + + +--- + + ## v0.4.4 - 2026-03-29 ### Fixed - Fixed removing newlines. diff --git a/Cargo.lock b/Cargo.lock index d8b9aa7..8af5162 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -982,7 +982,7 @@ checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" [[package]] name = "mdpreview" -version = "0.4.4" +version = "0.4.5" dependencies = [ "askama", "askama_axum", diff --git a/Cargo.toml b/Cargo.toml index fd6f59a..5935c79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdpreview" -version = "0.4.4" +version = "0.4.5" edition = "2024" authors = ["Vladislav Kan "]