Skip to content

Commit 6cb3a2c

Browse files
Update version to 0.2.0 and add new macos-intel runner
1 parent 438f514 commit 6cb3a2c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
- os: linux-arm
1919
runs-on: ubuntu-24.04-arm
2020
- os: macos-intel
21-
# macos-13 was the last x86_64 runner
22-
runs-on: macos-13
21+
# macos-15 is the last x86_64 runner (until August 2027)
22+
runs-on: macos-15-intel
2323
- os: macos-arm
2424
# macos-14+ (including latest) are ARM64 runners
2525
runs-on: macos-latest

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2026-01-02
11+
1012
### Added
1113
- `MS3Record.get_extra_header()` to get a specified extra header
1214
- `MS3Record.set_extra_header()` to set a specified extra header

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.1.0"
2+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)