Skip to content

Commit b611494

Browse files
authored
Merge pull request #89 from COMBINE-lab/release-please--branches--master--components--alevin-fry
chore(master): release 0.8.0
2 parents 78f6411 + 548343c commit b611494

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"undefined": "0.5.1",
3-
".": "0.7.0"
3+
".": "0.8.0"
44
}

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
Changelog for alevin-fry
44

5+
## [0.8.0](https://github.com/COMBINE-lab/alevin-fry/compare/v0.7.0...v0.8.0) (2022-10-11)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* fix parsing of force-cells and expect-cells
11+
12+
### Bug Fixes
13+
14+
* fix parsing of force-cells and expect-cells ([aa0f4ab](https://github.com/COMBINE-lab/alevin-fry/commit/aa0f4abb388e464491652fb2e1b682e33b1df05c))
15+
516
## [0.7.0](https://github.com/COMBINE-lab/alevin-fry/compare/v0.6.0...v0.7.0) (2022-08-02)
617

718

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "alevin-fry"
3-
version = "0.7.1"
3+
version = "0.8.0"
44
authors = [
55
"Avi Srivastava <[email protected]>",
66
"Hirak Sarkar <[email protected]>",

0 commit comments

Comments
 (0)