Skip to content

Commit a46982f

Browse files
chore: release v5.2.1: documentation audit fixes
1 parent 58a8207 commit a46982f

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: nts
22
description: >-
33
Authenticated network time for Flutter apps, secured by Network
44
Time Security (NTS).
5-
version: 5.2.0
5+
version: 5.2.1
66
homepage: https://github.com/nick-llewellyn/nts
77
repository: https://github.com/nick-llewellyn/nts
88
issue_tracker: https://github.com/nick-llewellyn/nts/issues

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nts_rust"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2021"
55
publish = false
66
license = "MIT"

0 commit comments

Comments
 (0)