docs: changelog

This commit is contained in:
thek4n 2026-07-13 21:07:29 +03:00
parent f15e8166d1
commit cf2905fcad
3 changed files with 10 additions and 2 deletions

View File

@ -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.

2
Cargo.lock generated
View File

@ -982,7 +982,7 @@ checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
[[package]]
name = "mdpreview"
version = "0.4.4"
version = "0.4.5"
dependencies = [
"askama",
"askama_axum",

View File

@ -1,6 +1,6 @@
[package]
name = "mdpreview"
version = "0.4.4"
version = "0.4.5"
edition = "2024"
authors = ["Vladislav Kan <thek4n@yandex.ru>"]