File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[project ]
22name = " somesy"
3- version = " 0.4.3 "
3+ version = " 0.5.0 "
44description = " A CLI tool for synchronizing software project metadata."
55keywords = [" metadata" , " FAIR" ]
66license = " MIT"
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ Here we provide notes that summarize the most important changes in each released
44
55Please consult the changelog to inform yourself about breaking changes and security issues.
66
7+ ## [ v0.5.0] ( https://github.com/Materials-Data-Science-and-Informatics/somesy/tree/v0.4.3 ) <small >(2025-01-15)</small > { id="0.5.0" }
8+
9+ - make person argument email optional
10+
711## [ v0.4.3] ( https://github.com/Materials-Data-Science-and-Informatics/somesy/tree/v0.4.3 ) <small >(2024-07-29)</small > { id="0.4.3" }
812
913- update python dependencies
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ type: software
33message : If you use this software, please cite it using this metadata.
44
55title : somesy
6- version : 0.4.3
6+ version : 0.5.0
77abstract : A CLI tool for synchronizing software project metadata.
88url : https://materials-data-science-and-informatics.github.io/somesy
99repository-code : https://github.com/Materials-Data-Science-and-Informatics/somesy
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ file in the root folder of your repository:
165165repos :
166166 # ... (your other hooks) ...
167167 - repo : https://github.com/Materials-Data-Science-and-Informatics/somesy
168- rev : " v0.4.3 "
168+ rev : " v0.5.0 "
169169 hooks :
170170 - id : somesy
171171` ` `
Original file line number Diff line number Diff line change 2525 ],
2626 "name" : " somesy" ,
2727 "description" : " A CLI tool for synchronizing software project metadata." ,
28- "version" : " 0.4.3 " ,
28+ "version" : " 0.5.0 " ,
2929 "keywords" : [
3030 " metadata" ,
3131 " FAIR"
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " somesy"
3- version = " 0.4.3 "
3+ version = " 0.5.0 "
44description = " A CLI tool for synchronizing software project metadata."
55authors = [" Mustafa Soylu <m.soylu@fz-juelich.de>" , " Anton Pirogov <a.pirogov@fz-juelich.de>" ]
66maintainers = [" Mustafa Soylu <m.soylu@fz-juelich.de>" ]
You can’t perform that action at this time.
0 commit comments