Skip to content

Commit

Permalink
Merge pull request #87 from COMBINE-lab/master
Browse files Browse the repository at this point in the history
merge main back to develop
  • Loading branch information
rob-p committed Oct 11, 2022
2 parents 25306c5 + 2ebfaa9 commit b6b7782
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"undefined": "0.5.1",
".": "0.6.0"
".": "0.7.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

Changelog for alevin-fry

## [0.7.0](https://github.com/COMBINE-lab/alevin-fry/compare/v0.6.0...v0.7.0) (2022-08-02)


### ⚠ BREAKING CHANGES

* try to force release-please

### Miscellaneous Chores

* try to force release-please ([4df099d](https://github.com/COMBINE-lab/alevin-fry/commit/4df099d9ee9e7c8cc81ef826d8723c7b6a5453ae))

## [0.6.0](https://github.com/COMBINE-lab/alevin-fry/compare/v0.5.1...v0.6.0) (2022-06-01)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alevin-fry"
version = "0.6.1"
version = "0.7.0"
authors = [
"Avi Srivastava <avi.srivastava@nyu.edu>",
"Hirak Sarkar <hirak_sarkar@hms.harvard.edu>",
Expand Down Expand Up @@ -39,7 +39,7 @@ categories = ["command-line-utilities", "science"]
# for local development, look in the libradicl git repository
# but when published, pull the specified version
libradicl = { git = "https://github.com/COMBINE-lab/libradicl", version = "0.4.6" }
anyhow = "1.0.57"
anyhow = "1.0.59"
arrayvec = "0.7.2"
ahash = "0.7.6"
bincode = "1.3.3"
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Dongze He, Mohsen Zakeri, Hirak Sarkar, Charlotte Soneson, Avi Srivastava, Rob Patro'

# The full version, including alpha/beta/rc tags
release = '0.6.0'
release = '0.7.0'

master_doc = 'index'

Expand Down

0 comments on commit b6b7782

Please sign in to comment.