Skip to content

Commit 6fcc1e2

Browse files
Update CHANGELOG
1 parent de8607b commit 6fcc1e2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
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.2] - 2025-8-20
911
### Added
1012
- List-like access to trace IDs in MS3TraceList (indexing, slicing, iteration)
1113
- List-like access to segments in MS3TraceID (indexing, slicing, iteration)
@@ -28,12 +30,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2830
- MS3TraceID.segments() in favor of supporting iteration directly
2931
- MS3TraceList.read_files() as unnecessary
3032

31-
## [0.0.1] - 2024-8-5
33+
## [0.0.1] - 2025-8-5
3234
### Added
3335
- Initial release
3436
- MS3TraceList class for reading miniSEED files
3537
- MS3Record class for individual records
3638
- CFFI-based bindings to libmseed
3739

3840
[Unreleased]: https://github.com/EarthScope/pymseed/compare/v0.0.1...HEAD
39-
[0.0.1]: https://github.com/EarthScope/pymseed/releases/tag/v0.0.1
41+
[0.0.2]: https://github.com/EarthScope/pymseed/releases/tag/v0.0.2
42+
[0.0.1]: https://github.com/EarthScope/pymseed/releases/tag/v0.0.1

0 commit comments

Comments
 (0)