Skip to content

Commit 8d81274

Browse files
committed
chore: release 0.2 Sandslash
1 parent a04f5e9 commit 8d81274

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,21 @@
1414

1515
### Security
1616

17+
## biotest 0.2 Sandslash 2024-06-04
18+
19+
### Added
20+
21+
- Add a single Sequence generator
22+
- Add a single Quality generator
23+
- Sequence, Quality, Fasta and Fastq generator case use weighted probability distribution
24+
- Add method to let user choose seed of RNG
25+
26+
### Changed
27+
28+
### Deprecated
29+
30+
### Removed
31+
32+
### Fixed
33+
34+
### Security

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "biotest"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Pierre Marijon <[email protected]>"]
55
edition = "2021"
66
description = "Generate random test data for bioinformatics"

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1 style="text-align: center;">biotest</h1>
1+
# biotest 🧬 💻
22

33
[![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/natir/biotest/blob/master/LICENSE)
44
![Test](https://github.com/natir/biotest/workflows/Test/badge.svg)
@@ -13,7 +13,7 @@ Generate random test data for bioinformatics
1313

1414
In your Cargo.toml add
1515
```toml
16-
biotest = { version = "0.1", features = ["fasta", "fastq", "vcf", "sequence"] }
16+
biotest = { version = "0.2", features = ["fasta", "fastq", "vcf", "sequence", "quality"] }
1717
```
1818

1919
## Minimum supported Rust version

0 commit comments

Comments
 (0)