File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11# Package version
2- __version__ = "0.1 .0"
2+ __version__ = "0.2 .0"
You can’t perform that action at this time.
0 commit comments