Skip to content

Commit be69f4e

Browse files
committed
Added last changelog
1 parent d850a3d commit be69f4e

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

imgt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ assert_eq!(first.name(), "IGHV1-2*01");
3131
- Added more constant chain options
3232
- Added Lzw parsing (in mzcv) to allow automatic download and update
3333
- Fixed some issues with parsing
34-
- Updated static data to 202631-5 from 2026-07-31
34+
- Updated static data to version 202631-5 date 2026-07-31

mzident/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition.workspace = true
55
license.workspace = true
66
publish = true
77
rust-version.workspace = true
8-
version = "0.1.0"
8+
version = "0.2.0"
99
description = "Handle all kinds of PSM files."
1010
categories = ["science::bioinformatics::proteomics"]
1111
keywords = ["spectra", "mass-spectrometry", "bio"]

mzident/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,12 @@ And output from the following programs:
3434
## Compilation features
3535

3636
* `mzannotate` - Adds mzannotate as a dependency and allow mzSpecLib spectra to be used as PSM and allow other formats to parse annotated spectra
37+
38+
## Changelog
39+
### 0.2.0
40+
41+
- Better InstaNovo parsing and version detection thanks to @BioGeek
42+
- Full mzTab metadata support in reading and writing
43+
- Renamed identified peptidoform to PSM to align better with general terms
44+
- Better protein handling with the trait ProteinMetaData
45+
- All software now have a PSI-MS term

0 commit comments

Comments
 (0)