diff --git a/CHANGELOG.md b/CHANGELOG.md index 821a87d..731d2d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.4] - 2026-01-21 + +### Fixed +- Replaced html2md with htmd to fix Android/Termux builds (html2md had JNI dependencies that caused build failures on Android) + ## [0.1.3] - 2025-12-15 ### Fixed @@ -57,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial public release -[Unreleased]: https://github.com/dirmacs/daedra/compare/v0.1.3...HEAD +[Unreleased]: https://github.com/dirmacs/daedra/compare/v0.1.4...HEAD +[0.1.4]: https://github.com/dirmacs/daedra/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/dirmacs/daedra/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/dirmacs/daedra/compare/v0.1.0...v0.1.2 [0.1.0]: https://github.com/dirmacs/daedra/releases/tag/v0.1.0 diff --git a/Cargo.lock b/Cargo.lock index a308476..32bd226 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -596,7 +596,7 @@ dependencies = [ [[package]] name = "daedra" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 9f28aa4..1960b41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "daedra" -version = "0.1.3" +version = "0.1.4" edition = "2024" authors = ["DIRMACS Global Services "] description = "A high-performance web search and research MCP server written in Rust"