File tree Expand file tree Collapse file tree 7 files changed +23
-8
lines changed
Expand file tree Collapse file tree 7 files changed +23
-8
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ exclude = [
99resolver = " 2"
1010
1111[workspace .package ]
12- version = " 0.3 .0"
12+ version = " 0.4 .0"
1313edition = " 2021"
1414license = " Apache-2.0 OR MIT"
1515repository = " 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 ]
5959debug = 2
Original file line number Diff line number Diff line change 11<!-- ---
2- title: STATIME(8) statime 0.3 .0 | statime
2+ title: STATIME(8) statime 0.4 .0 | statime
33--- -->
44
55# NAME
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
66ptp\- daemon
You can’t perform that action at this time.
0 commit comments