File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+
4+ ## 5.2.1
5+
6+ ### Fixed
7+
8+ - Completed the API-summary table in ` README.md ` , adding the missing ` NtsClient `
9+ row, ` TrustMode ` / ` TrustBackend ` enum variants, and the four missing
10+ ` defaultBackend*Count ` telemetry counters.
11+ - Corrected the ` ntsTrustStatus() ` dartdoc observable count (six -> seven) and
12+ added the missing description for ` defaultBackendCustomCount ` .
13+ - Fixed stale references to "three" atomic loads and counters in the
14+ ` ntsTrustStatus() ` documentation to match the current implementation.
15+
316## 5.2.0
417
518### Added
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: nts
22description : >-
33 Authenticated network time for Flutter apps, secured by Network
44 Time Security (NTS).
5- version : 5.2.0
5+ version : 5.2.1
66homepage : https://github.com/nick-llewellyn/nts
77repository : https://github.com/nick-llewellyn/nts
88issue_tracker : https://github.com/nick-llewellyn/nts/issues
Original file line number Diff line number Diff line change 11[package ]
22name = " nts_rust"
3- version = " 0.7.0 "
3+ version = " 0.7.1 "
44edition = " 2021"
55publish = false
66license = " MIT"
You can’t perform that action at this time.
0 commit comments