diff --git a/CHANGELOG.md b/CHANGELOG.md index da6fa3ba3..851596f33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [unreleased] +## [1.0.0-rc.4] - 2023-09-21 ### Added - Added metrics for NTS packets processed in the server @@ -168,7 +168,7 @@ process. - Fixed a bug in peer dispersion calculation which resulted in overly pessimistic dispersion estimates. -[unreleased]: https://github.com/pendulum-project/ntpd-rs/compare/v1.0.0-rc.3...main +[1.0.0-rc.4]: https://github.com/pendulum-project/ntpd-rs/compare/v1.0.0-rc.3...v1.0.0-rc.4 [1.0.0-rc.3]: https://github.com/pendulum-project/ntpd-rs/compare/v1.0.0-rc.2...v1.0.0-rc.3 [1.0.0-rc.2]: https://github.com/pendulum-project/ntpd-rs/compare/v1.0.0-rc.1...v1.0.0-rc.2 [1.0.0-rc.1]: https://github.com/pendulum-project/ntpd-rs/compare/v0.3.7...v1.0.0-rc.1 diff --git a/Cargo.lock b/Cargo.lock index cf77e4c02..97025545a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -354,7 +354,7 @@ dependencies = [ [[package]] name = "ntp-os-clock" -version = "1.0.0-rc.3" +version = "1.0.0-rc.4" dependencies = [ "libc", "ntp-proto", @@ -363,7 +363,7 @@ dependencies = [ [[package]] name = "ntp-proto" -version = "1.0.0-rc.3" +version = "1.0.0-rc.4" dependencies = [ "aead", "aes-siv", @@ -380,7 +380,7 @@ dependencies = [ [[package]] name = "ntp-udp" -version = "1.0.0-rc.3" +version = "1.0.0-rc.4" dependencies = [ "libc", "ntp-proto", @@ -391,7 +391,7 @@ dependencies = [ [[package]] name = "ntpd" -version = "1.0.0-rc.3" +version = "1.0.0-rc.4" dependencies = [ "async-trait", "libc", diff --git a/Cargo.toml b/Cargo.toml index 400bdac89..f6cc138eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ resolver = "2" # Global settings for our crates [workspace.package] -version = "1.0.0-rc.3" +version = "1.0.0-rc.4" edition = "2021" license = "Apache-2.0 OR MIT" repository = "https://github.com/pendulum-project/ntpd-rs" @@ -66,7 +66,7 @@ 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.0.0-rc.3", path = "./ntp-os-clock" } -ntp-proto = { version = "1.0.0-rc.3", path = "./ntp-proto", features = ["__internal-api"] } -ntp-udp = { version = "1.0.0-rc.3", path = "./ntp-udp" } -ntpd = { version = "1.0.0-rc.3", path = "./ntpd" } +ntp-os-clock = { version = "1.0.0-rc.4", path = "./ntp-os-clock" } +ntp-proto = { version = "1.0.0-rc.4", path = "./ntp-proto", features = ["__internal-api"] } +ntp-udp = { version = "1.0.0-rc.4", path = "./ntp-udp" } +ntpd = { version = "1.0.0-rc.4", path = "./ntpd" } diff --git a/docs/man/ntp-ctl.8.md b/docs/man/ntp-ctl.8.md index 1246e2ba2..dd6f37670 100644 --- a/docs/man/ntp-ctl.8.md +++ b/docs/man/ntp-ctl.8.md @@ -1,5 +1,5 @@ # NAME diff --git a/docs/man/ntp-daemon.8.md b/docs/man/ntp-daemon.8.md index 162867268..3e2b4e0fa 100644 --- a/docs/man/ntp-daemon.8.md +++ b/docs/man/ntp-daemon.8.md @@ -1,5 +1,5 @@ # NAME diff --git a/docs/man/ntp-metrics-exporter.8.md b/docs/man/ntp-metrics-exporter.8.md index 9ffaa40f9..608f3b2ec 100644 --- a/docs/man/ntp-metrics-exporter.8.md +++ b/docs/man/ntp-metrics-exporter.8.md @@ -1,5 +1,5 @@ # NAME diff --git a/docs/man/ntp.toml.5.md b/docs/man/ntp.toml.5.md index ea591d1b1..7354323fb 100644 --- a/docs/man/ntp.toml.5.md +++ b/docs/man/ntp.toml.5.md @@ -1,5 +1,5 @@ # NAME diff --git a/docs/precompiled/man/ntp-ctl.8 b/docs/precompiled/man/ntp-ctl.8 index dae884bc4..e37a55e8f 100644 --- a/docs/precompiled/man/ntp-ctl.8 +++ b/docs/precompiled/man/ntp-ctl.8 @@ -14,7 +14,7 @@ . ftr VB CB . ftr VBI CBI .\} -.TH "NTP-CTL" "8" "" "ntpd-rs 1.0.0-rc.3" "ntpd-rs" +.TH "NTP-CTL" "8" "" "ntpd-rs 1.0.0-rc.4" "ntpd-rs" .hy .SH NAME .PP diff --git a/docs/precompiled/man/ntp-daemon.8 b/docs/precompiled/man/ntp-daemon.8 index b788a50bf..ee0a01853 100644 --- a/docs/precompiled/man/ntp-daemon.8 +++ b/docs/precompiled/man/ntp-daemon.8 @@ -14,7 +14,7 @@ . ftr VB CB . ftr VBI CBI .\} -.TH "NTP-DAEMON" "8" "" "ntpd-rs 1.0.0-rc.3" "ntpd-rs" +.TH "NTP-DAEMON" "8" "" "ntpd-rs 1.0.0-rc.4" "ntpd-rs" .hy .SH NAME .PP diff --git a/docs/precompiled/man/ntp-metrics-exporter.8 b/docs/precompiled/man/ntp-metrics-exporter.8 index ff2d1b6d5..b293247fa 100644 --- a/docs/precompiled/man/ntp-metrics-exporter.8 +++ b/docs/precompiled/man/ntp-metrics-exporter.8 @@ -14,7 +14,7 @@ . ftr VB CB . ftr VBI CBI .\} -.TH "NTP-METRICS-EXPORTER" "8" "" "ntpd-rs 1.0.0-rc.3" "ntpd-rs" +.TH "NTP-METRICS-EXPORTER" "8" "" "ntpd-rs 1.0.0-rc.4" "ntpd-rs" .hy .SH NAME .PP diff --git a/docs/precompiled/man/ntp.toml.5 b/docs/precompiled/man/ntp.toml.5 index 258e91bdb..ac08ac385 100644 --- a/docs/precompiled/man/ntp.toml.5 +++ b/docs/precompiled/man/ntp.toml.5 @@ -14,7 +14,7 @@ . ftr VB CB . ftr VBI CBI .\} -.TH "NTP.TOML" "5" "" "ntpd-rs 1.0.0-rc.3" "ntpd-rs" +.TH "NTP.TOML" "5" "" "ntpd-rs 1.0.0-rc.4" "ntpd-rs" .hy .SH NAME .PP