Skip to content

Commit 6751bef

Browse files
committed
Release 1.1.2
1 parent 80faa61 commit 6751bef

File tree

11 files changed

+23
-17
lines changed

11 files changed

+23
-17
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.1.2] - 2024-02-01
4+
5+
### Fixed
6+
- Fixed tests in ntp-proto to also work outside the repository.
7+
38
## [1.1.1] - 2024-01-24
49

510
### Added
@@ -183,6 +188,7 @@ process.
183188
- Fixed a bug in peer dispersion calculation which resulted in overly
184189
pessimistic dispersion estimates.
185190

191+
[1.1.2]: https://github.com/pendulum-project/ntpd-rs/compare/v1.1.1...v1.1.2
186192
[1.1.1]: https://github.com/pendulum-project/ntpd-rs/compare/v1.1.0...v1.1.1
187193
[1.1.0]: https://github.com/pendulum-project/ntpd-rs/compare/v1.0.0...v1.1.0
188194
[1.0.0]: https://github.com/pendulum-project/ntpd-rs/compare/v0.3.7...v1.0.0

Cargo.lock

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

Cargo.toml

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

1515
# Global settings for our crates
1616
[workspace.package]
17-
version = "1.1.1"
17+
version = "1.1.2"
1818
edition = "2021"
1919
license = "Apache-2.0 OR MIT"
2020
repository = "https://github.com/pendulum-project/ntpd-rs"
@@ -61,6 +61,6 @@ zeroize = "1.5"
6161

6262
# our own crates used as dependencies, same version as the workspace version
6363
# NOTE: keep this part at the bottom of the file, do not change this line
64-
ntp-os-clock = { version = "1.1.1", path = "./ntp-os-clock" }
65-
ntp-proto = { version = "1.1.1", path = "./ntp-proto", features = ["__internal-api"] }
66-
ntp-udp = { version = "1.1.1", path = "./ntp-udp" }
64+
ntp-os-clock = { version = "1.1.2", path = "./ntp-os-clock" }
65+
ntp-proto = { version = "1.1.2", path = "./ntp-proto", features = ["__internal-api"] }
66+
ntp-udp = { version = "1.1.2", path = "./ntp-udp" }

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.1.1 | ntpd-rs
2+
title: NTP-CTL(8) ntpd-rs 1.1.2 | 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.1.1 | ntpd-rs
2+
title: NTP-DAEMON(8) ntpd-rs 1.1.2 | 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.1.1 | ntpd-rs
2+
title: NTP-METRICS-EXPORTER(8) ntpd-rs 1.1.2 | 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.1.1 | ntpd-rs
2+
title: NTP.TOML(5) ntpd-rs 1.1.2 | 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.1.1" "ntpd-rs"
17+
.TH "NTP-CTL" "8" "" "ntpd-rs 1.1.2" "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.1.1" "ntpd-rs"
17+
.TH "NTP-DAEMON" "8" "" "ntpd-rs 1.1.2" "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.1.1" "ntpd-rs"
17+
.TH "NTP-METRICS-EXPORTER" "8" "" "ntpd-rs 1.1.2" "ntpd-rs"
1818
.hy
1919
.SH NAME
2020
.PP

docs/precompiled/man/ntp.toml.5

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.TOML" "5" "" "ntpd-rs 1.1.1" "ntpd-rs"
17+
.TH "NTP.TOML" "5" "" "ntpd-rs 1.1.2" "ntpd-rs"
1818
.hy
1919
.SH NAME
2020
.PP

0 commit comments

Comments
 (0)