Skip to content

Commit

Permalink
Update Changelog and Checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
anergictcell committed Mar 27, 2024
1 parent 1f42435 commit 6497b9e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file.

## [0.9.0] - 2024-03-27

### Feature

- `Gene`s by default contain only direct `HpoTerm` associations, not transitive inherited ones.
- `Ontology::as_graohviz` method to generate graphviz data


## [0.8.3] - 2024-03-24

### Feature
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ This procedure is just a suggestion at this point and can be modified if needs a
- [ ] push to remote, also push tags: `git push -u origin release/<MAJOR>.<MINOR>.<PATCH> && git push tags`
- [ ] Merge into main
- [ ] update main branch locally: `git checkout main && git pull`
- [ ] release to cargo: `cargo release`
- [ ] release to cargo: `cargo publish`

0 comments on commit 6497b9e

Please sign in to comment.