diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a84b9b49..b5b67144d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.1.1-alpha.20240119] - 2024-01-19 +## [1.1.1] - 2024-01-24 ### Added - A work in progress implementation for experimental NTS pools was added @@ -183,7 +183,7 @@ process. - Fixed a bug in peer dispersion calculation which resulted in overly pessimistic dispersion estimates. -[1.1.1-alpha.20240119]: https://github.com/pendulum-project/ntpd-rs/compare/v1.1.0...v1.1.1-alpha.20240119 +[1.1.1]: https://github.com/pendulum-project/ntpd-rs/compare/v1.1.0...v1.1.1 [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 diff --git a/Cargo.lock b/Cargo.lock index dd1b421d2..daf9c91c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -340,7 +340,7 @@ dependencies = [ [[package]] name = "ntp-os-clock" -version = "1.1.1-alpha.20240119" +version = "1.1.1" dependencies = [ "libc", "ntp-proto", @@ -349,7 +349,7 @@ dependencies = [ [[package]] name = "ntp-proto" -version = "1.1.1-alpha.20240119" +version = "1.1.1" dependencies = [ "aead", "aes-siv", @@ -366,7 +366,7 @@ dependencies = [ [[package]] name = "ntp-udp" -version = "1.1.1-alpha.20240119" +version = "1.1.1" dependencies = [ "libc", "ntp-proto", @@ -377,7 +377,7 @@ dependencies = [ [[package]] name = "ntpd" -version = "1.1.1-alpha.20240119" +version = "1.1.1" dependencies = [ "async-trait", "libc", @@ -400,7 +400,7 @@ dependencies = [ [[package]] name = "nts-pool-ke" -version = "1.1.1-alpha.20240119" +version = "1.1.1" dependencies = [ "ntp-proto", "rustls", diff --git a/Cargo.toml b/Cargo.toml index 0a70affde..7c1dec3b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ resolver = "2" # Global settings for our crates [workspace.package] -version = "1.1.1-alpha.20240119" +version = "1.1.1" edition = "2021" license = "Apache-2.0 OR MIT" repository = "https://github.com/pendulum-project/ntpd-rs" @@ -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.1-alpha.20240119", path = "./ntp-os-clock" } -ntp-proto = { version = "1.1.1-alpha.20240119", path = "./ntp-proto", features = ["__internal-api"] } -ntp-udp = { version = "1.1.1-alpha.20240119", path = "./ntp-udp" } +ntp-os-clock = { version = "1.1.1", path = "./ntp-os-clock" } +ntp-proto = { version = "1.1.1", path = "./ntp-proto", features = ["__internal-api"] } +ntp-udp = { version = "1.1.1", path = "./ntp-udp" } diff --git a/docs/man/ntp-ctl.8.md b/docs/man/ntp-ctl.8.md index ff834e631..038ad9c84 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 a2f617921..c4ce0518b 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 04c28562d..2df115c24 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 0841988c7..f19ff1348 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 53da2ea82..4f39a5c9a 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.1.1-alpha.20240119" "ntpd-rs" +.TH "NTP-CTL" "8" "" "ntpd-rs 1.1.1" "ntpd-rs" .hy .SH NAME .PP diff --git a/docs/precompiled/man/ntp-daemon.8 b/docs/precompiled/man/ntp-daemon.8 index eea38bcde..aa4a2043c 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.1.1-alpha.20240119" "ntpd-rs" +.TH "NTP-DAEMON" "8" "" "ntpd-rs 1.1.1" "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 ba238e43b..bed9aaa97 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.1.1-alpha.20240119" "ntpd-rs" +.TH "NTP-METRICS-EXPORTER" "8" "" "ntpd-rs 1.1.1" "ntpd-rs" .hy .SH NAME .PP diff --git a/docs/precompiled/man/ntp.toml.5 b/docs/precompiled/man/ntp.toml.5 index b1a9cad06..5c30badcf 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.1.1-alpha.20240119" "ntpd-rs" +.TH "NTP.TOML" "5" "" "ntpd-rs 1.1.1" "ntpd-rs" .hy .SH NAME .PP