Skip to content

Commit c9d9534

Browse files
committed
Release 0.3.0
1 parent a6d4ebc commit c9d9534

File tree

8 files changed

+27
-13
lines changed

8 files changed

+27
-13
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Changelog
22

3-
## [0.2.2] - 2024-20-09
3+
## [0.3.0] - 2025-02-12
4+
5+
### Added
6+
- Hardware clocks can now be determined automatically (enabled by default) in statime-linux
7+
- The instance-level `slave-only` configuration option was added to statime-linux
8+
- Add configuration of `minor-ptp-version` (either 0 or 1), to work around limitations on some PTP networks
9+
10+
### Changed
11+
- Documentation for the observability configuration and CLI command
12+
13+
### Fixed
14+
- Correctly package the metrics daemon, a systemd unit file was also added (disabled by default)
15+
16+
## [0.2.2] - 2024-09-20
417

518
### Added
619
- Added support for the path trace option
@@ -45,7 +58,8 @@
4558
### Fixed
4659
- Fixed race condition during startup
4760

48-
[0.2.2]: https://github.com/pendulum-project/statime/compare/v0.2.2...v0.2.1
61+
[0.3.0]: https://github.com/pendulum-project/statime/compare/v0.2.2...v0.3.0
62+
[0.2.2]: https://github.com/pendulum-project/statime/compare/v0.2.1...v0.2.2
4963
[0.2.1]: https://github.com/pendulum-project/statime/compare/v0.2.0...v0.2.1
5064
[0.2.0]: https://github.com/pendulum-project/statime/compare/v0.1.0...v0.2.0
5165
[0.1.0]: https://github.com/pendulum-project/statime/releases/tag/v0.1.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
@@ -9,7 +9,7 @@ exclude = [
99
resolver = "2"
1010

1111
[workspace.package]
12-
version = "0.2.2"
12+
version = "0.3.0"
1313
edition = "2021"
1414
license = "Apache-2.0 OR MIT"
1515
repository = "https://github.com/pendulum-project/statime"
@@ -53,7 +53,7 @@ timestamped-socket = "0.2.4"
5353

5454
# our own crates used as dependencies, same version as the workspace version
5555
# NOTE: keep this part at the bottom of the file, do not change this line
56-
statime = { version = "0.2.2", path = "./statime" }
56+
statime = { version = "0.3.0", path = "./statime" }
5757

5858
[profile.release]
5959
debug = 2

docs/man/statime.8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- ---
2-
title: STATIME(8) statime 0.2.2 | statime
2+
title: STATIME(8) statime 0.3.0 | statime
33
--- -->
44

55
# NAME

docs/man/statime.toml.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- ---
2-
title: STATIME.TOML(5) statime 0.2.2 | statime
2+
title: STATIME.TOML(5) statime 0.3.0 | statime
33
--- -->
44

55
# NAME

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" Automatically generated by Pandoc 3.6.2
1+
.\" Automatically generated by Pandoc 3.4
22
.\"
33
.TH "STATIME\-METRICS\-EXPORTER" "8" "" "statime 0.2.2" "statime"
44
.SH NAME

docs/precompiled/man/statime.8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.\" Automatically generated by Pandoc 3.6.2
1+
.\" Automatically generated by Pandoc 3.4
22
.\"
3-
.TH "STATIME" "8" "" "statime 0.2.2" "statime"
3+
.TH "STATIME" "8" "" "statime 0.3.0" "statime"
44
.SH NAME
55
\f[CR]statime\f[R] \- The Statime PTP daemon for linux
66
.SH SYNOPSIS

docs/precompiled/man/statime.toml.5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.\" Automatically generated by Pandoc 3.6.2
1+
.\" Automatically generated by Pandoc 3.4
22
.\"
3-
.TH "STATIME.TOML" "5" "" "statime 0.2.2" "statime"
3+
.TH "STATIME.TOML" "5" "" "statime 0.3.0" "statime"
44
.SH NAME
55
\f[CR]statime.toml\f[R] \- configuration file for the statime
66
ptp\-daemon

0 commit comments

Comments
 (0)