@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.7.0] - 2026-02-16
11+
1012### Added
1113- ** Dart/Pub ecosystem support** — New ` deps-dart ` crate with full pubspec.yaml and pubspec.lock support
1214 - YAML parser with position tracking via yaml-rust2
@@ -15,6 +17,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1517 - Dart version constraint matching (caret, range, any, exact) with correct 0.x semantics
1618 - Hosted, git, path, and SDK dependency sources
1719
20+ ### Changed
21+ - ** Workspace dependencies updated** — reqwest 0.12 -> 0.13, tokio 1 -> 1.49, toml_edit 0.22 -> 0.25, yaml-rust2 0.10 -> 0.11
22+
23+ ### Fixed
24+ - ** Cargo parser panic on multi-byte UTF-8** — Adjust search_start to char boundary when slicing content for dependency name lookup
25+ - ** Dart wildcard version matching** — Treat ` "*" ` as wildcard alias for ` "any" ` in version constraint matching
26+
1827## [ 0.6.1] - 2026-02-16
1928
2029### Added
@@ -309,7 +318,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
309318- TLS enforced via rustls
310319- cargo-deny configured for vulnerability scanning
311320
312- [ Unreleased ] : https://github.com/bug-ops/deps-lsp/compare/v0.6.1...HEAD
321+ [ Unreleased ] : https://github.com/bug-ops/deps-lsp/compare/v0.7.0...HEAD
322+ [ 0.7.0 ] : https://github.com/bug-ops/deps-lsp/compare/v0.6.1...v0.7.0
313323[ 0.6.1 ] : https://github.com/bug-ops/deps-lsp/compare/v0.6.0...v0.6.1
314324[ 0.6.0 ] : https://github.com/bug-ops/deps-lsp/compare/v0.5.5...v0.6.0
315325[ 0.5.5 ] : https://github.com/bug-ops/deps-lsp/compare/v0.5.4...v0.5.5
0 commit comments