Skip to content

Commit 25a2c6c

Browse files
Update to v0.0.4
1 parent 209cb0a commit 25a2c6c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.0.4] - 2025-9-24
911
### Fixed
1012
- Track update time of segments in an MS3TraceList consistently
1113

1214
### Changed
1315
- Update MS3TraceList.pack() to use new libmseed function for performance
16+
when packing with a specified `flush_idle_seconds` set.
1417

1518
## [0.0.3] - 2025-9-14
1619
### Added
@@ -55,7 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5558
- MS3Record class for individual records
5659
- CFFI-based bindings to libmseed
5760

58-
[Unreleased]: https://github.com/EarthScope/pymseed/compare/v0.0.3...HEAD
61+
[Unreleased]: https://github.com/EarthScope/pymseed/compare/v0.0.4...HEAD
62+
[0.0.4]: https://github.com/EarthScope/pymseed/releases/tag/v0.0.4
5963
[0.0.3]: https://github.com/EarthScope/pymseed/releases/tag/v0.0.3
6064
[0.0.2]: https://github.com/EarthScope/pymseed/releases/tag/v0.0.2
6165
[0.0.1]: https://github.com/EarthScope/pymseed/releases/tag/v0.0.1

src/pymseed/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Package version
2-
__version__ = "0.0.3"
2+
__version__ = "0.0.4"

0 commit comments

Comments
 (0)