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 Jan 21, 2025
1 parent 61caf7d commit 7f07cc9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
20 changes: 20 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ and (starting with v4.0.0) this project adheres to [Semantic Versioning](http://

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

### [type/protocol/biomaterial_collection/dissociation_protocol.json - v6.3.0] - 2025-01-21
### Changed
Changed user_friendly name of reagent field

### [type/protocol/biomaterial_collection/dissociation_protocol.json - v6.4.0] - 2025-01-21
### Added
Added optional digestion_time field

### [type/protocol/biomaterial_collection/dissociation_protocol.json - v6.5.0] - 2025-01-21
### Added
Added optional digestion_time_unit field

### [type/protocol/biomaterial_collection/dissociation_protocol.json - v6.6.0] - 2025-01-21
### Added
Added optional digestion_temperature field

### [type/protocol/biomaterial_collection/dissociation_protocol.json - v6.7.0] - 2025-01-21
### Added
Added optional digestion_solution field

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

### [module/project/hca_bionetwork.json - v2.0.0] - 2025-01-20
Expand Down
5 changes: 0 additions & 5 deletions json_schema/update_log.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
Schema,Change type,Change message,Version,Date
type/protocol/biomaterial_collection/dissociation_protocol,minor,Changed user_friendly name of reagent field,,
type/protocol/biomaterial_collection/dissociation_protocol,minor,Added optional digestion_time field,,
type/protocol/biomaterial_collection/dissociation_protocol,minor,Added optional digestion_time_unit field,,
type/protocol/biomaterial_collection/dissociation_protocol,minor,Added optional digestion_temperature field,,
type/protocol/biomaterial_collection/dissociation_protocol,minor,Added optional digestion_solution field,,
4 changes: 2 additions & 2 deletions json_schema/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"last_update_date": "2025-01-20T10:24:12Z",
"last_update_date": "2025-01-21T10:14:27Z",
"version_numbers": {
"core": {
"biomaterial": {
Expand Down Expand Up @@ -124,7 +124,7 @@
"aggregate_generation_protocol": "2.1.0",
"collection_protocol": "9.2.0",
"differentiation_protocol": "2.2.0",
"dissociation_protocol": "6.2.0",
"dissociation_protocol": "6.7.0",
"enrichment_protocol": "3.1.0",
"ipsc_induction_protocol": "3.2.0",
"treatment_protocol": "1.0.0"
Expand Down

0 comments on commit 7f07cc9

Please sign in to comment.