diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bf49a4..5b79251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3](https://github.com/intjiraya/constellation/compare/v0.1.2...v0.1.3) - 2026-05-25 + +### Added + +- *(search)* full-text search, DSL, DNS-rebinding hardening, split rebuild + +### Documentation + +- redesign README +- fix README table alignment +- trim README +- tweak README ascii art +- *(changelog)* drop bottom link refs (release-plz uses inline links in headers) +- *(packaging)* document automated AUR flow, drop manual-flow emphasis + +### Fixed + +- windows path separator in display_path + add CoC 3.0 + apply cargo fmt +- *(changelog)* rewrite cleanly, drop custom header that caused duplication + ## [0.1.2](https://github.com/intjiraya/constellation/compare/v0.1.1...v0.1.2) - 2026-05-25 ### Added diff --git a/Cargo.lock b/Cargo.lock index 3f05697..4b006b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -278,7 +278,7 @@ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" [[package]] name = "constellation" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index cd1fcae..e9d7049 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "constellation" -version = "0.1.2" +version = "0.1.3" edition = "2024" rust-version = "1.85" authors = ["Jiraya <177346249+intjiraya@users.noreply.github.com>"]