Skip to content

Commit 12b1540

Browse files
committed
Update changelog; bump version
1 parent 31fa225 commit 12b1540

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [1.1.0] - 2024-09-05
99

1010
### Added
1111

1212
- `Peptidoform`: Add `modified_sequence` property to return the modified sequence in ProForma format, but without charge state.
13+
- `io`: Add support for reading and writing FlashLFQ generic TSV files.
1314

1415

1516
## [1.0.1] - 2024-08-28

psm_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Common utilities for parsing and handling PSMs, and search engine results."""
22

3-
__version__ = "1.0.1"
3+
__version__ = "1.1.0"
44
__all__ = ["Peptidoform", "PSM", "PSMList"]
55

66
from warnings import filterwarnings

0 commit comments

Comments
 (0)