From 548343c01a8ffdbf5d38d4624522681bbe718401 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 16:28:04 +0000 Subject: [PATCH] chore(master): release 0.8.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2624ed8..001b48d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "undefined": "0.5.1", - ".": "0.7.0" + ".": "0.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0faea06..8819824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ Changelog for alevin-fry +## [0.8.0](https://github.com/COMBINE-lab/alevin-fry/compare/v0.7.0...v0.8.0) (2022-10-11) + + +### ⚠ BREAKING CHANGES + +* fix parsing of force-cells and expect-cells + +### Bug Fixes + +* fix parsing of force-cells and expect-cells ([aa0f4ab](https://github.com/COMBINE-lab/alevin-fry/commit/aa0f4abb388e464491652fb2e1b682e33b1df05c)) + ## [0.7.0](https://github.com/COMBINE-lab/alevin-fry/compare/v0.6.0...v0.7.0) (2022-08-02) diff --git a/Cargo.lock b/Cargo.lock index bcda213..5c6e2e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -30,7 +30,7 @@ dependencies = [ [[package]] name = "alevin-fry" -version = "0.7.0" +version = "0.8.0" dependencies = [ "ahash", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 494a087..5c0e627 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alevin-fry" -version = "0.7.1" +version = "0.8.0" authors = [ "Avi Srivastava ", "Hirak Sarkar ",