Skip to content

Commit 709a0c0

Browse files
committed
Bump version to v0.1.4
1 parent b03198c commit 709a0c0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v0.1.4
4+
5+
### Updated
6+
- **[9e2ffaf](https://github.com/aertslab/scatac_fragment_tools/commit/9e2ffaf00d8cfe9148b7ae42603a96ab083d9f03)**: Add option to prefix cell barcode with sample id.
7+
8+
### Fixed
9+
10+
- **[3567a26](https://github.com/aertslab/scatac_fragment_tools/commit/3567a2632ba67a50730f5a83408cebbcc80c3a37)** : Don't panic when > 5 cols in fragment file.
11+
- **[11c9e8f](https://github.com/aertslab/scatac_fragment_tools/commit/11c9e8ff6741a875a895f44cf116cde8099ee378)**: Update test code for newer polars version.
12+
313
## v0.1.2
414

515
### Updated

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "_rust_scatac_fragment_tools"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["Seppe De Winter <[email protected]>", "Gert Hulselmans <[email protected]>"]
55
edition = "2021"
66

0 commit comments

Comments
 (0)