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 Nov 6, 2024
1 parent 715b44f commit 443cb24
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and (starting with v4.0.0) this project adheres to [Semantic Versioning](http://

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

### [module/biomaterial/medical_history.json - v7.0.0] - 2024-11-06
### Changed
Changed medication field type Fix#1589

### [module/ontology/medication_ontology.json - v1.0.0] - 2024-11-06
### Added
Added medication ontology module Fix#1589

### [type/biomaterial/donor_organism.json - v17.0.0] - 2024-11-06
### Changed
Changed medication field type Fix#1589

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

### [type/biomaterial/donor_organism.json - v16.4.0] - 2024-10-21
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
module/biomaterial/medical_history,major,"Changed medication field type Fix#1589",,
module/ontology/medication_ontology,major,"Added medication ontology module Fix#1589",,
8 changes: 4 additions & 4 deletions json_schema/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"last_update_date": "2024-10-21T12:21:40Z",
"last_update_date": "2024-11-06T17:01:14Z",
"version_numbers": {
"core": {
"biomaterial": {
Expand All @@ -26,7 +26,7 @@
"familial_relationship": "6.0.3",
"growth_conditions": "6.4.2",
"human_specific": "1.0.11",
"medical_history": "6.0.0",
"medical_history": "7.0.0",
"medical_tests": "1.0.0",
"mouse_specific": "1.0.8",
"preservation_storage": "6.1.1",
Expand All @@ -50,7 +50,7 @@
"library_amplification_ontology": "1.2.5",
"library_construction_ontology": "1.2.5",
"mass_unit_ontology": "5.3.5",
"medication_ontology": "0.0.0",
"medication_ontology": "1.0.0",
"microscopy_ontology": "1.0.5",
"organ_ontology": "5.3.7",
"organ_part_ontology": "5.3.5",
Expand Down Expand Up @@ -94,7 +94,7 @@
"biomaterial": {
"cell_line": "16.0.0",
"cell_suspension": "14.0.0",
"donor_organism": "16.4.0",
"donor_organism": "17.0.0",
"imaged_specimen": "3.5.0",
"organoid": "11.5.0",
"specimen_from_organism": "10.9.0"
Expand Down

0 comments on commit 443cb24

Please sign in to comment.