From 1c9ca49b8ef1615f86303012cd8bce1fdd067e0c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 19:48:13 +0000 Subject: [PATCH] chore(main): release 0.8.1 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 830d734..6f1f8d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.1](https://github.com/COMBINE-lab/libradicl/compare/v0.8.0...v0.8.1) (2024-03-03) + + +### Bug Fixes + +* umi type tag is u not b ([67f3e28](https://github.com/COMBINE-lab/libradicl/commit/67f3e280f91571417c895dfece83c30605d2106f)) + ## [0.8.0](https://github.com/COMBINE-lab/libradicl/compare/v0.7.0...v0.8.0) (2024-02-26) diff --git a/Cargo.toml b/Cargo.toml index 75c0fab..d56eb41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libradicl" -version = "0.8.0" +version = "0.8.1" authors = [ "Avi Srivastava ", "Hirak Sarkar ",