-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8f09e57
commit 443d2e8
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Changelog | ||
|
||
## 0.1.0 (2024-07-31) | ||
|
||
|
||
### Features | ||
|
||
* (test release action) use git as versioning ([#90](https://github.com/chanzuckerberg/platformics/issues/90)) ([6da3e21](https://github.com/chanzuckerberg/platformics/commit/6da3e21f534c6dee857ddb5f455de50d4fe99227)) | ||
* support LinkML field names with spaces. ([#75](https://github.com/chanzuckerberg/platformics/issues/75)) ([f7636ed](https://github.com/chanzuckerberg/platformics/commit/f7636eddd07642adc248439dd0811cffa0ba6628)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* specify when build and test should run ([#91](https://github.com/chanzuckerberg/platformics/issues/91)) ([8f09e57](https://github.com/chanzuckerberg/platformics/commit/8f09e57ccb9c4fe3f629175488e962433dc998ed)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[tool.poetry] | ||
name = "platformics" | ||
# placeholder version that will be replace by poetry-dynamic-versioning | ||
version = "0.0.0" | ||
version = "0.1.0" | ||
description = "Platformics bio entities framework" | ||
authors = ["CZI Infectious Disease Team <[email protected]>"] | ||
license = "MIT License" | ||
|