Skip to content

Commit 881a8e1

Browse files
committed
chore: update changelog
1 parent aa9c2a4 commit 881a8e1

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog],
66
and this project adheres to [Semantic Versioning].
77

8+
## [0.59.2] - 2025-09-21
9+
10+
### Added
11+
12+
- Add attribute to hold data processing method references to `DataArray` instances.
13+
- Add precursor stack manipulation tools to `SpectrumLike` and similar.
14+
815
## [0.59.1] - 2025-09-18
916

1017
### Added
@@ -866,7 +873,8 @@ using mz_read macro. This also prevents potential version mismatches.
866873

867874
<!-- Versions -->
868875

869-
[unreleased]: https://github.com/mobiusklein/mzdata/compare/v0.59.1...HEAD
876+
[unreleased]: https://github.com/mobiusklein/mzdata/compare/v0.59.2...HEAD
877+
[0.59.2]: https://github.com/mobiusklein/mzdata/compare/v0.59.1...v0.59.2
870878
[0.59.1]: https://github.com/mobiusklein/mzdata/compare/v0.59.0...v0.59.1
871879
[0.59.0]: https://github.com/mobiusklein/mzdata/compare/v0.58.2...v0.59.0
872880
[0.58.2]: https://github.com/mobiusklein/mzdata/compare/v0.58.1...v0.58.2

crates/mzdata-spectra/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mzdata-spectra"
3-
version = "0.59.1"
3+
version = "0.59.2"
44
edition = "2021"
55

66
keywords = ['mass-spectrometry']
@@ -27,4 +27,4 @@ serde = ["mzdata/serde"]
2727

2828

2929
[dependencies]
30-
mzdata = { path = "../../", default-features = false, features = [], version = "0.59.1" }
30+
mzdata = { path = "../../", default-features = false, features = [], version = "0.59.2" }

0 commit comments

Comments
 (0)