File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.2.0 (2025-02-04)
2
+
3
+ ### Feat
4
+
5
+ - source now list of sourcestrings
6
+
7
+ ### Fix
8
+
9
+ - solve "None" fields are not required
10
+
1
11
## v0.1.1 (2025-01-15)
2
12
3
13
### Fix
Original file line number Diff line number Diff line change 1
- [ ![ release: 0.1.1 ] ( https://img.shields.io/badge/rel-0.1.1 -blue.svg?style=flat-square )] ( https://github.com/LeibnizDSMZ/microbial-data-standard )
1
+ [ ![ release: 0.2.0 ] ( https://img.shields.io/badge/rel-0.2.0 -blue.svg?style=flat-square )] ( https://github.com/LeibnizDSMZ/microbial-data-standard )
2
2
[ ![ MIT LICENSE] ( https://img.shields.io/badge/License-MIT-brightgreen.svg?style=flat-square )] ( https://choosealicense.com/licenses/mit/ )
3
3
[ ![ Documentation Status] ( https://img.shields.io/badge/docs-GitHub-blue.svg?style=flat-square )] ( https://LeibnizDSMZ.github.io/microbial-data-standard/ )
4
4
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ packages = [
78
78
]
79
79
readme = " README.md"
80
80
repository = " https://gitlab.int.dsmz.de/bioindustry-4/microbial_strain_data_model"
81
- version = " 0.1.1 "
81
+ version = " 0.2.0 "
82
82
83
83
[tool .poetry .dependencies ]
84
84
anytree = " >=2.12, <3"
You can’t perform that action at this time.
0 commit comments