Skip to content

Commit adca4be

Browse files
committed
chore: update changelog
1 parent 72f0abf commit adca4be

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.1] - 2025-09-18
9+
10+
### Added
11+
12+
- Add charge state to all peptides in PROXI queries in tests, some servers appear to require them now
13+
14+
### Fixed
15+
16+
- Fix trait impl for mzMLb
17+
- Fix PROXI clients for several backends that require HTTPS requests and which serve non-compliant error messages
18+
819
## [0.59.0] - 2025-09-18
920

1021
### Changed
@@ -855,7 +866,8 @@ using mz_read macro. This also prevents potential version mismatches.
855866

856867
<!-- Versions -->
857868

858-
[unreleased]: https://github.com/mobiusklein/mzdata/compare/v0.59.0...HEAD
869+
[unreleased]: https://github.com/mobiusklein/mzdata/compare/v0.59.1...HEAD
870+
[0.59.1]: https://github.com/mobiusklein/mzdata/compare/v0.59.0...v0.59.1
859871
[0.59.0]: https://github.com/mobiusklein/mzdata/compare/v0.58.2...v0.59.0
860872
[0.58.2]: https://github.com/mobiusklein/mzdata/compare/v0.58.1...v0.58.2
861873
[0.58.1]: https://github.com/mobiusklein/mzdata/compare/v0.58.0...v0.58.1

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.0"
3+
version = "0.59.1"
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.0" }
30+
mzdata = { path = "../../", default-features = false, features = [], version = "0.59.1" }

0 commit comments

Comments
 (0)