From b491e617a47ebcbc383dd3933407cc0fe51a6d1f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 21 Jan 2026 08:56:31 +0000 Subject: [PATCH 1/2] Initial plan From 930d9ee5ff9e4280010a0c8e7e09acee044174d3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 21 Jan 2026 09:07:08 +0000 Subject: [PATCH 2/2] Bump version to 0.1.4 - Replace html2md with htmd for Android/Termux support Co-authored-by: bkataru <14833123+bkataru@users.noreply.github.com> --- CHANGELOG.md | 8 +++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) 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"