We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c374000 commit 5cbbc58Copy full SHA for 5cbbc58
CHANGELOG.md
@@ -0,0 +1,17 @@
1
+## [1.0.0] - 2025-07-23
2
+
3
+### Added
4
+- Initial public release of docdiff.
5
+- Fast and robust document distance algorithm (cosine similarity).
6
+- CLI with friendly feedback and verdicts (identical, similar, different).
7
+- Multiplatform support (macOS, Linux, Windows).
8
+- Automated release workflow with changelog and GitHub Release integration.
9
10
+### Changed
11
+- Modular codebase for scalability and maintainability.
12
13
+### Fixed
14
+- Lint and formatting issues resolved for Rust 2024 edition.
15
16
+### Security
17
+- No known security issues in this release.
0 commit comments