Skip to content

Commit 1fb6740

Browse files
committed
Release 0.4.0
1 parent 5579afd commit 1fb6740

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.4.0] - 2025-03-13
4+
5+
### Added
6+
- Added a number of new metrics to the exporter.
7+
8+
### Changed
9+
- Updated stm32 sample to use the kalman filter.
10+
- Changed the type of the CurrentDS offset_from_master field.
11+
12+
### Fixed
13+
- Fixed a bug in slave only mode
14+
- Fixed the definitions and delivery of promethues metrics
15+
- Corrected incorrect bounding of the maximum frequency deviation used during steering of the clock.
16+
317
## [0.3.0] - 2025-02-12
418

519
### Added
@@ -58,6 +72,7 @@
5872
### Fixed
5973
- Fixed race condition during startup
6074

75+
[0.4.0]: https://github.com/pendulum-project/statime/compare/v0.3.0...v0.4.0
6176
[0.3.0]: https://github.com/pendulum-project/statime/compare/v0.2.2...v0.3.0
6277
[0.2.2]: https://github.com/pendulum-project/statime/compare/v0.2.1...v0.2.2
6378
[0.2.1]: https://github.com/pendulum-project/statime/compare/v0.2.0...v0.2.1

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.3.0"
12+
version = "0.4.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.3.0", path = "./statime" }
56+
statime = { version = "0.4.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.3.0 | statime
2+
title: STATIME(8) statime 0.4.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.3.0 | statime
2+
title: STATIME.TOML(5) statime 0.4.0 | statime
33
--- -->
44

55
# NAME

docs/precompiled/man/statime.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Automatically generated by Pandoc 3.4
22
.\"
3-
.TH "STATIME" "8" "" "statime 0.3.0" "statime"
3+
.TH "STATIME" "8" "" "statime 0.4.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Automatically generated by Pandoc 3.4
22
.\"
3-
.TH "STATIME.TOML" "5" "" "statime 0.3.0" "statime"
3+
.TH "STATIME.TOML" "5" "" "statime 0.4.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)