From ddd92e176670d5d4b3ba37ac2bbdd68796e420f9 Mon Sep 17 00:00:00 2001 From: Clay McLeod Date: Fri, 3 Jan 2025 11:57:16 -0600 Subject: [PATCH] chore: adds a `CHANGELOG.md` entry for bumping `omics-coordinate` to `v0.2.0` --- omics-variation/CHANGELOG.md | 7 ++++++- omics/CHANGELOG.md | 5 +++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/omics-variation/CHANGELOG.md b/omics-variation/CHANGELOG.md index 572b479..2620e98 100644 --- a/omics-variation/CHANGELOG.md +++ b/omics-variation/CHANGELOG.md @@ -7,8 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Crate Updates + +- `omics-coordinate`: bumped to v0.2.0 + ([release](https://github.com/stjude-rust-labs/omics/releases/tag/omics-coordinate-v0.2.0)) + ## 0.1.0 - 10-09-2024 ### Added -* Added the initial version of `omics-variation` crate. +- Added the initial version of `omics-variation` crate. diff --git a/omics/CHANGELOG.md b/omics/CHANGELOG.md index 65ed72f..1a347ab 100644 --- a/omics/CHANGELOG.md +++ b/omics/CHANGELOG.md @@ -12,6 +12,11 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Promotes the `position-u64` feature of `omics-coordinate` to the top-level `omics` crate ([#4](https://github.com/stjude-rust-labs/omics/pull/4)). +### Crate Updates + +- `omics-coordinate`: bumped to v0.2.0 + ([release](https://github.com/stjude-rust-labs/omics/releases/tag/omics-coordinate-v0.2.0)) + ## 0.1.0 - 10-09-2024 ### Crate Updates