Skip to content

Commit

Permalink
Release 1.1.1-alpha.20231221
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld authored and davidv1992 committed Dec 21, 2023
1 parent 1c26f7b commit 427784d
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 17 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.1.1-alpha.20231221] - 2023-12-21

### Added
- A work in progress implementation for experimental NTS pools was added

### Changed
- Updated dependencies

### Fixed
- Fixed missing newline at the end of the prometheus metrics export
- Fixed error handling on NTS key exchange sessions
- Small fixes to the experimental NTPv5 draft support

## [1.1.0] - 2023-11-23

### Added
Expand Down Expand Up @@ -170,6 +183,7 @@ process.
- Fixed a bug in peer dispersion calculation which resulted in overly
pessimistic dispersion estimates.

[1.1.1-alpha.20231221]: https://github.com/pendulum-project/ntpd-rs/compare/v1.1.0...v1.1.1-alpha.20231221
[1.1.0]: https://github.com/pendulum-project/ntpd-rs/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/pendulum-project/ntpd-rs/compare/v0.3.7...v1.0.0
[0.3.7]: https://github.com/pendulum-project/ntpd-rs/compare/v0.3.6...v0.3.7
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resolver = "2"

# Global settings for our crates
[workspace.package]
version = "1.1.0"
version = "1.1.1-alpha.20231221"
edition = "2021"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/pendulum-project/ntpd-rs"
Expand Down Expand Up @@ -61,6 +61,6 @@ zeroize = "1.5"

# our own crates used as dependencies, same version as the workspace version
# NOTE: keep this part at the bottom of the file, do not change this line
ntp-os-clock = { version = "1.1.0", path = "./ntp-os-clock" }
ntp-proto = { version = "1.1.0", path = "./ntp-proto", features = ["__internal-api"] }
ntp-udp = { version = "1.1.0", path = "./ntp-udp" }
ntp-os-clock = { version = "1.1.1-alpha.20231221", path = "./ntp-os-clock" }
ntp-proto = { version = "1.1.1-alpha.20231221", path = "./ntp-proto", features = ["__internal-api"] }
ntp-udp = { version = "1.1.1-alpha.20231221", path = "./ntp-udp" }
2 changes: 1 addition & 1 deletion docs/man/ntp-ctl.8.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- ---
title: NTP-CTL(8) ntpd-rs 1.1.0 | ntpd-rs
title: NTP-CTL(8) ntpd-rs 1.1.1-alpha.20231221 | ntpd-rs
--- -->

# NAME
Expand Down
2 changes: 1 addition & 1 deletion docs/man/ntp-daemon.8.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- ---
title: NTP-DAEMON(8) ntpd-rs 1.1.0 | ntpd-rs
title: NTP-DAEMON(8) ntpd-rs 1.1.1-alpha.20231221 | ntpd-rs
--- -->

# NAME
Expand Down
2 changes: 1 addition & 1 deletion docs/man/ntp-metrics-exporter.8.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- ---
title: NTP-METRICS-EXPORTER(8) ntpd-rs 1.1.0 | ntpd-rs
title: NTP-METRICS-EXPORTER(8) ntpd-rs 1.1.1-alpha.20231221 | ntpd-rs
--- -->

# NAME
Expand Down
2 changes: 1 addition & 1 deletion docs/man/ntp.toml.5.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- ---
title: NTP.TOML(5) ntpd-rs 1.1.0 | ntpd-rs
title: NTP.TOML(5) ntpd-rs 1.1.1-alpha.20231221 | ntpd-rs
--- -->

# NAME
Expand Down
2 changes: 1 addition & 1 deletion docs/precompiled/man/ntp-ctl.8
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "NTP-CTL" "8" "" "ntpd-rs 1.1.0" "ntpd-rs"
.TH "NTP-CTL" "8" "" "ntpd-rs 1.1.1-alpha.20231221" "ntpd-rs"
.hy
.SH NAME
.PP
Expand Down
2 changes: 1 addition & 1 deletion docs/precompiled/man/ntp-daemon.8
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "NTP-DAEMON" "8" "" "ntpd-rs 1.1.0" "ntpd-rs"
.TH "NTP-DAEMON" "8" "" "ntpd-rs 1.1.1-alpha.20231221" "ntpd-rs"
.hy
.SH NAME
.PP
Expand Down
2 changes: 1 addition & 1 deletion docs/precompiled/man/ntp-metrics-exporter.8
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "NTP-METRICS-EXPORTER" "8" "" "ntpd-rs 1.1.0" "ntpd-rs"
.TH "NTP-METRICS-EXPORTER" "8" "" "ntpd-rs 1.1.1-alpha.20231221" "ntpd-rs"
.hy
.SH NAME
.PP
Expand Down
2 changes: 1 addition & 1 deletion docs/precompiled/man/ntp.toml.5
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "NTP.TOML" "5" "" "ntpd-rs 1.1.0" "ntpd-rs"
.TH "NTP.TOML" "5" "" "ntpd-rs 1.1.1-alpha.20231221" "ntpd-rs"
.hy
.SH NAME
.PP
Expand Down

0 comments on commit 427784d

Please sign in to comment.