Skip to content

Commit 61b777b

Browse files
committed
Release 1.6.1
1 parent 29b9797 commit 61b777b

File tree

16 files changed

+29
-29
lines changed

16 files changed

+29
-29
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [1.6.1] - 2025-07-16
4+
5+
### Fixed
6+
- Fixed mistake in the calculation of root dispersion used in serving and observability.
7+
38
## [1.6.0] - 2025-06-26
49

510
### Added
@@ -301,6 +306,7 @@ process.
301306
- Fixed a bug in peer dispersion calculation which resulted in overly
302307
pessimistic dispersion estimates.
303308

309+
[1.6.1]: https://github.com/pendulum-project/ntpd-rs/compare/v1.6.0...v1.6.1
304310
[1.6.0]: https://github.com/pendulum-project/ntpd-rs/compare/v1.5.0...v1.6.0
305311
[1.5.0]: https://github.com/pendulum-project/ntpd-rs/compare/v1.4.0...v1.5.0
306312
[1.4.0]: https://github.com/pendulum-project/ntpd-rs/compare/v1.3.1...v1.4.0

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ resolver = "2"
1111

1212
# Global settings for our crates
1313
[workspace.package]
14-
version = "1.6.0"
14+
version = "1.6.1"
1515
edition = "2021"
1616
license = "Apache-2.0 OR MIT"
1717
repository = "https://github.com/pendulum-project/ntpd-rs"
@@ -60,4 +60,4 @@ zeroize = "1.7"
6060

6161
# our own crates used as dependencies, same version as the workspace version
6262
# NOTE: keep this part at the bottom of the file, do not change this line
63-
ntp-proto = { version = "1.6.0", path = "./ntp-proto", default-features = false, features = ["__internal-api"] }
63+
ntp-proto = { version = "1.6.1", path = "./ntp-proto", default-features = false, features = ["__internal-api"] }

docs/man/ntp-ctl.8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- ---
2-
title: NTP-CTL(8) ntpd-rs 1.6.0 | ntpd-rs
2+
title: NTP-CTL(8) ntpd-rs 1.6.1 | ntpd-rs
33
--- -->
44

55
# NAME

docs/man/ntp-daemon.8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- ---
2-
title: NTP-DAEMON(8) ntpd-rs 1.6.0 | ntpd-rs
2+
title: NTP-DAEMON(8) ntpd-rs 1.6.1 | ntpd-rs
33
--- -->
44

55
# NAME

docs/man/ntp-metrics-exporter.8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- ---
2-
title: NTP-METRICS-EXPORTER(8) ntpd-rs 1.6.0 | ntpd-rs
2+
title: NTP-METRICS-EXPORTER(8) ntpd-rs 1.6.1 | ntpd-rs
33
--- -->
44

55
# NAME

docs/man/ntp.toml.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- ---
2-
title: NTP.TOML(5) ntpd-rs 1.6.0 | ntpd-rs
2+
title: NTP.TOML(5) ntpd-rs 1.6.1 | ntpd-rs
33
--- -->
44

55
# NAME

docs/precompiled/man/ntp-ctl.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
. ftr VB CB
1515
. ftr VBI CBI
1616
.\}
17-
.TH "NTP-CTL" "8" "" "ntpd-rs 1.6.0" "ntpd-rs"
17+
.TH "NTP-CTL" "8" "" "ntpd-rs 1.6.1" "ntpd-rs"
1818
.hy
1919
.SH NAME
2020
.PP

docs/precompiled/man/ntp-daemon.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
. ftr VB CB
1515
. ftr VBI CBI
1616
.\}
17-
.TH "NTP-DAEMON" "8" "" "ntpd-rs 1.6.0" "ntpd-rs"
17+
.TH "NTP-DAEMON" "8" "" "ntpd-rs 1.6.1" "ntpd-rs"
1818
.hy
1919
.SH NAME
2020
.PP

docs/precompiled/man/ntp-metrics-exporter.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
. ftr VB CB
1515
. ftr VBI CBI
1616
.\}
17-
.TH "NTP-METRICS-EXPORTER" "8" "" "ntpd-rs 1.6.0" "ntpd-rs"
17+
.TH "NTP-METRICS-EXPORTER" "8" "" "ntpd-rs 1.6.1" "ntpd-rs"
1818
.hy
1919
.SH NAME
2020
.PP

0 commit comments

Comments
 (0)