Skip to content

Commit 81d66d0

Browse files
author
Sam Wiley
committed
v1.1.1 changelog and toml
1 parent a17d8f9 commit 81d66d0

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# cdcgov/mira-oxide: Changelog
2+
3+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
4+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5+
6+
## v1.1.1 -
7+
8+
- [Sam Wiley](https://github.com/samcwiley)
9+
10+
### `Fixed`
11+
12+
- [PR #38](https://github.com/CDCgov/mira-oxide/pull/38) - Fixed issue with `find_chemistry.rs` not being able to handle compressed files
13+
14+
### `Added`
15+
16+
- [PR #38](https://github.com/CDCgov/mira-oxide/pull/38) - Adds `utils/read_fastq.rs` with functionality for handling gzipped fastq files

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mira-oxide"
3-
version = "0.2.0"
3+
version = "1.1.1"
44
edition = "2024"
55
description = "A set of rusty tools for use in MIRA"
66

0 commit comments

Comments
 (0)