Skip to content

Commit 28bea32

Browse files
committed
bump version to 0.7.3
1 parent 3b6144d commit 28bea32

5 files changed

Lines changed: 17 additions & 9 deletions

File tree

.somesy.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "somesy"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
description = "A CLI tool for synchronizing software project metadata."
55
keywords = ["metadata", "FAIR"]
66
license = "MIT"
@@ -12,7 +12,7 @@ documentation = "https://materials-data-science-and-informatics.github.io/somesy
1212
family-names = "Soylu"
1313
given-names = "Mustafa"
1414
email = "m.soylu@fz-juelich.de"
15-
orcid = "https://orcid.org/0000-0003-2637-0432"
15+
orcid = "0000-0003-2637-0432"
1616

1717
contribution = "Main developer, maintainer and tester."
1818
contribution_begin = "2023-03-01"
@@ -25,7 +25,7 @@ maintainer = true
2525
family-names = "Pirogov"
2626
given-names = "Anton"
2727
email = "a.pirogov@fz-juelich.de"
28-
orcid = "https://orcid.org/0000-0002-5077-7497"
28+
orcid = "0000-0002-5077-7497"
2929

3030
contribution = "Concepts, tool development and enhancement, documentation."
3131
contribution_begin = "2023-03-01"
@@ -38,7 +38,7 @@ author = true
3838
family-names = "Bröder"
3939
given-names = "Jens"
4040
email = "j.broeder@fz-juelich.de"
41-
orcid = "https://orcid.org/0000-0001-7939-226X"
41+
orcid = "0000-0001-7939-226X"
4242

4343
contribution = "Discussions and suggestions concerning metadata standards and usability."
4444
contribution_begin = "2023-03-01"
@@ -49,7 +49,7 @@ contribution_types = ["ideas"]
4949
family-names = "Hofmann"
5050
given-names = "Volker"
5151
email = "v.hofmann@fz-juelich.de"
52-
orcid = "https://orcid.org/0000-0002-5149-603X"
52+
orcid = "0000-0002-5149-603X"
5353

5454
contribution = "Discussions and suggestions concerning tool scope and usability."
5555
contribution_begin = "2023-06-01"
@@ -62,7 +62,7 @@ publication_author = true
6262
family-names = "Sandfeld"
6363
given-names = "Stefan"
6464
email = "s.sandfeld@fz-juelich.de"
65-
orcid = "https://orcid.org/0000-0001-9560-4728"
65+
orcid = "0000-0001-9560-4728"
6666

6767
contribution_types = ["fundingFinding"]
6868

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Here we provide notes that summarize the most important changes in each released
44

55
Please consult the changelog to inform yourself about breaking changes and security issues.
66

7+
## [v0.7.3](https://github.com/Materials-Data-Science-and-Informatics/somesy/tree/v0.7.3) <small>(2025-03-14)</small> { id="0.7.3" }
8+
9+
- accept orcid id as string without url
10+
- support multiline description in somesy input and outputs that enables multiline strings
11+
- dont save same person in available output formats
12+
- better toml inline table formatting
13+
- support only orcid id string (without the url)
14+
715
## [v0.7.2](https://github.com/Materials-Data-Science-and-Informatics/somesy/tree/v0.7.2) <small>(2025-03-10)</small> { id="0.7.2" }
816

917
- fix CITATION.CFF formatting

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ type: software
33
message: If you use this software, please cite it using this metadata.
44

55
title: somesy
6-
version: 0.7.2
6+
version: 0.7.3
77
abstract: A CLI tool for synchronizing software project metadata.
88
url: https://materials-data-science-and-informatics.github.io/somesy
99
repository-code: https://github.com/Materials-Data-Science-and-Informatics/somesy

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
],
2828
"name": "somesy",
2929
"description": "A CLI tool for synchronizing software project metadata.",
30-
"version": "0.7.2",
30+
"version": "0.7.3",
3131
"keywords": [
3232
"metadata",
3333
"FAIR"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "somesy"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
description = "A CLI tool for synchronizing software project metadata."
55
readme = "README.md"
66
keywords = [

0 commit comments

Comments
 (0)