Skip to content

Commit

Permalink
chore: release 0.2 Sandslash
Browse files Browse the repository at this point in the history
  • Loading branch information
natir committed Jun 4, 2024
1 parent a04f5e9 commit 8d81274
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,21 @@

### Security

## biotest 0.2 Sandslash 2024-06-04

### Added

- Add a single Sequence generator
- Add a single Quality generator
- Sequence, Quality, Fasta and Fastq generator case use weighted probability distribution
- Add method to let user choose seed of RNG

### Changed

### Deprecated

### Removed

### Fixed

### Security
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "biotest"
version = "0.1.0"
version = "0.2.0"
authors = ["Pierre Marijon <[email protected]>"]
edition = "2021"
description = "Generate random test data for bioinformatics"
Expand Down
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 style="text-align: center;">biotest</h1>
# biotest 🧬 💻

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

In your Cargo.toml add
```toml
biotest = { version = "0.1", features = ["fasta", "fastq", "vcf", "sequence"] }
biotest = { version = "0.2", features = ["fasta", "fastq", "vcf", "sequence", "quality"] }
```

## Minimum supported Rust version
Expand Down

0 comments on commit 8d81274

Please sign in to comment.