Skip to content

Commit 033e24b

Browse files
committed
chore: release v0.14.7
1 parent 99407db commit 033e24b

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

CHANGELOG.md

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

7-
## [unreleased]
7+
## [v0.14.7]
88
### Added
99
- Added columns missing from parquet output: `semi_enzymatic` and `missed_cleavages`
1010
### Changed
1111
- Fixed ion mobility parsing from some mzMLs
12+
- MGF paths were being lowercased prior to parsing
1213

1314
## [v0.14.6]
1415
### Added

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/sage-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sage-cli"
3-
version = "0.14.6"
3+
version = "0.14.7"
44
authors = ["Michael Lazear <michaellazear92@gmail.com"]
55
edition = "2021"
66
rust-version = "1.62"
@@ -31,4 +31,4 @@ regex = "1.0"
3131
ryu = "1.0"
3232
serde = { version="1.0", features = ["derive"] }
3333
serde_json = "1.0"
34-
sysinfo = "0.29"
34+
sysinfo = "0.29"

crates/sage-cloudpath/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sage-cloudpath"
3-
version = "0.14.6"
3+
version = "0.14.7"
44
authors = ["Michael Lazear <michaellazear92@gmail.com"]
55
edition = "2021"
66
rust-version = "1.62"

crates/sage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sage-core"
3-
version = "0.14.6"
3+
version = "0.14.7"
44
authors = ["Michael Lazear <michaellazear92@gmail.com"]
55
edition = "2021"
66
rust-version = "1.62"

0 commit comments

Comments
 (0)