From 284a4e5f7ef0ff2dcfaf9c0d9dd0a41936e6e78c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 02:13:18 +0000 Subject: [PATCH] chore: release v0.1.0 --- cistron/CHANGELOG.md | 16 ++++++++++++++++ hgvs/CHANGELOG.md | 16 ++++++++++++++++ identity/CHANGELOG.md | 17 +++++++++++++++++ liftover/CHANGELOG.md | 15 +++++++++++++++ vcf/CHANGELOG.md | 14 ++++++++++++++ 5 files changed, 78 insertions(+) create mode 100644 cistron/CHANGELOG.md create mode 100644 hgvs/CHANGELOG.md create mode 100644 identity/CHANGELOG.md create mode 100644 liftover/CHANGELOG.md create mode 100644 vcf/CHANGELOG.md diff --git a/cistron/CHANGELOG.md b/cistron/CHANGELOG.md new file mode 100644 index 0000000..a5a117f --- /dev/null +++ b/cistron/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.0](https://github.com/copyleftdev/cistron/releases/tag/cistron-v0.1.0) - 2026-08-13 + +### Added + +- *(identity)* GA4GH VRS run-length expression support +- GA4GH-VRS fully-justified normalization matching vrs-python +- cistron genome-variant kernel with VCF/HGVS boundaries and identity diff --git a/hgvs/CHANGELOG.md b/hgvs/CHANGELOG.md new file mode 100644 index 0000000..1bac9fb --- /dev/null +++ b/hgvs/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.0](https://github.com/copyleftdev/cistron/releases/tag/cistron-hgvs-v0.1.0) - 2026-08-13 + +### Added + +- *(hgvs)* validate genomic rendering against biocommons hgvs +- *(liftover)* add UCSC .chain file parser +- cistron genome-variant kernel with VCF/HGVS boundaries and identity diff --git a/identity/CHANGELOG.md b/identity/CHANGELOG.md new file mode 100644 index 0000000..05d4f33 --- /dev/null +++ b/identity/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.0](https://github.com/copyleftdev/cistron/releases/tag/cistron-identity-v0.1.0) - 2026-08-13 + +### Added + +- *(identity)* GA4GH VRS run-length expression support +- GA4GH-VRS fully-justified normalization matching vrs-python +- *(identity)* byte-for-byte GA4GH VRS identifiers +- cistron genome-variant kernel with VCF/HGVS boundaries and identity diff --git a/liftover/CHANGELOG.md b/liftover/CHANGELOG.md new file mode 100644 index 0000000..5e39a77 --- /dev/null +++ b/liftover/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.0](https://github.com/copyleftdev/cistron/releases/tag/cistron-liftover-v0.1.0) - 2026-08-13 + +### Added + +- *(liftover)* add UCSC .chain file parser +- add cistron-liftover, fallible interbase coordinate liftover diff --git a/vcf/CHANGELOG.md b/vcf/CHANGELOG.md new file mode 100644 index 0000000..3aed4f5 --- /dev/null +++ b/vcf/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.0](https://github.com/copyleftdev/cistron/releases/tag/cistron-vcf-v0.1.0) - 2026-08-13 + +### Added + +- cistron genome-variant kernel with VCF/HGVS boundaries and identity