Skip to content

Commit

Permalink
Ran release_prepare.py script.
Browse files Browse the repository at this point in the history
  • Loading branch information
arschat committed Dec 11, 2024
1 parent b285f95 commit 447afb5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and (starting with v4.0.0) this project adheres to [Semantic Versioning](http://

## [Unreleased](https://github.com/HumanCellAtlas/metadata-schema/tree/staging)

### [type/biomaterial/donor_organism.json - v17.1.0] - 2024-12-11
### Added
Added non-required gender identity field.

### [module/ontology/gender_identity_ontology.json - v1.0.0] - 2024-12-11
### Added
Added ontology module for gender identity.

## [Released](https://github.com/HumanCellAtlas/metadata-schema/)

### [module/biomaterial/medical_history.json - v7.0.0] - 2024-11-06
Expand Down
2 changes: 0 additions & 2 deletions json_schema/update_log.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
Schema,Change type,Change message,Version,Date
type/biomaterial/donor_organism,minor,Added non-required gender identity field.,,
module/ontology/gender_identity_ontology,major,Added ontology module for gender identity.,,
6 changes: 3 additions & 3 deletions json_schema/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"last_update_date": "2024-11-06T17:01:14Z",
"last_update_date": "2024-12-11T09:29:09Z",
"version_numbers": {
"core": {
"biomaterial": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"ethnicity_ontology": "5.3.9",
"file_content_ontology": "2.0.0",
"file_format_ontology": "1.0.0",
"gender_identity_ontology": "0.0.0",
"gender_identity_ontology": "1.0.0",
"instrument_ontology": "5.3.6",
"length_unit_ontology": "5.3.5",
"library_amplification_ontology": "1.2.5",
Expand Down Expand Up @@ -95,7 +95,7 @@
"biomaterial": {
"cell_line": "16.0.0",
"cell_suspension": "14.0.0",
"donor_organism": "17.0.0",
"donor_organism": "17.1.0",
"imaged_specimen": "3.5.0",
"organoid": "11.5.0",
"specimen_from_organism": "10.9.0"
Expand Down

0 comments on commit 447afb5

Please sign in to comment.