Skip to content

Commit d4df9ab

Browse files
Update version and change log
1 parent 86859fc commit d4df9ab

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ 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.3] - 2025-9-14
911
### Added
1012
- MS3TraceList.from_buffer() to create a trace list from miniSEED in a buffer
1113
- MS3TraceList.add_buffer() to add miniSEED data from a buffer
@@ -15,6 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1517
of data buffers that have not been updated in a specified number of seconds
1618
- libmseed updated to v3.1.8
1719

20+
### Changed
21+
- MS3RecordReader parameter `source` renamed to `buffer` for consistency
22+
1823
## [0.0.2] - 2025-8-20
1924
### Added
2025
- List-like access to trace IDs in MS3TraceList (indexing, slicing, iteration)
@@ -45,6 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4550
- MS3Record class for individual records
4651
- CFFI-based bindings to libmseed
4752

48-
[Unreleased]: https://github.com/EarthScope/pymseed/compare/v0.0.1...HEAD
53+
[Unreleased]: https://github.com/EarthScope/pymseed/compare/v0.0.3...HEAD
54+
[0.0.3]: https://github.com/EarthScope/pymseed/releases/tag/v0.0.3
4955
[0.0.2]: https://github.com/EarthScope/pymseed/releases/tag/v0.0.2
5056
[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.2"
2+
__version__ = "0.0.3"

0 commit comments

Comments
 (0)