Skip to content

Commit c56fc31

Browse files
authored
Merge pull request #70 from anergictcell/release/0.12.0
Release/0.12.0
2 parents 4603e15 + fb16fee commit c56fc31

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
## Unreleased
66

7+
## [0.12.0]
8+
9+
### Feature
10+
11+
- Add custom `InformationContent` that can be set and modified by the user
12+
13+
### Data
14+
15+
- Update to HPO 2025-08-11
16+
717
## [0.11.1] - 2025-02-21
818

919
### Data

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hpo"
3-
version = "0.11.1"
3+
version = "0.12.0"
44
edition = "2021"
55
authors = ["Jonas Marcello <jonas.marcello@esbme.com>"]
66
description = "Human Phenotype Ontology Similarity"

RELEASE_CHECKLIST.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This procedure is just a suggestion at this point and can be modified if needs a
2626
- [ ] Add Changelog summary of changes
2727
- [ ] Run format, clippy, tests and doc-generation: `cargo fmt --check && cargo clippy && cargo test && cargo doc`
2828
- [ ] add git tag with version: `git tag v<MAJOR>.<MINOR>.<PATCH>`
29-
- [ ] push to remote, also push tags: `git push -u origin release/<MAJOR>.<MINOR>.<PATCH> && git push tags`
29+
- [ ] push to remote, also push tags: `git push -u origin release/<MAJOR>.<MINOR>.<PATCH> && git push --tags`
3030
- [ ] Merge into main
3131
- [ ] update main branch locally: `git checkout main && git pull`
3232
- [ ] release to cargo: `cargo publish`

0 commit comments

Comments
 (0)