Skip to content

Commit 26dc24a

Browse files
authored
Merge pull request #93 from Materials-Data-Science-and-Informatics/release/v0.4.3
v0.4.3
2 parents f42047b + f53acd6 commit 26dc24a

5 files changed

Lines changed: 26 additions & 26 deletions

File tree

.somesy.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.4.2"
3+
version = "0.4.3"
44
description = "A CLI tool for synchronizing software project metadata."
55
keywords = ["metadata", "FAIR"]
66
license = "MIT"

CHANGELOG.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,50 +4,50 @@ 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.4.3](https://github.com/Materials-Data-Science-and-Informatics/somesy/tree/v0.4.3) <small>(2024-07-??)</small> { id="0.4.3" }
7+
## [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" }
88

9-
- update python dependencies
10-
- update pre-commit hook versions
11-
- fix package.json person validation
12-
- update poetry, julia, and package.json person validation: entries without an email wont't raise an error, they will be ignored.
9+
- update python dependencies
10+
- update pre-commit hook versions
11+
- fix package.json person validation
12+
- update poetry, julia, and package.json person validation: entries without an email wont't raise an error, they will be ignored.
1313

1414
## [v0.4.2](https://github.com/Materials-Data-Science-and-Informatics/somesy/tree/v0.4.2) <small>(2024-04-30)</small> { id="0.4.2" }
1515

16-
- fix rich logging bug for error messages and tracebacks
16+
- fix rich logging bug for error messages and tracebacks
1717

1818
## [v0.4.1](https://github.com/Materials-Data-Science-and-Informatics/somesy/tree/v0.4.1) <small>(2024-04-08)</small> { id="0.4.1" }
1919

20-
- fix package.json and mkdocs.yml validation bug about optional fields
20+
- fix package.json and mkdocs.yml validation bug about optional fields
2121

2222
## [v0.4.0](https://github.com/Materials-Data-Science-and-Informatics/somesy/tree/v0.4.0) <small>(2024-03-08)</small> { id="0.4.0" }
2323

24-
- added separate `documentation` URL to Project metadata model
25-
- added support for Julia `Project.toml` file
26-
- added support for Fortran `fpm.toml` file
27-
- added support for Java `pom.xml` file
28-
- added support for MkDocs `mkdocs.yml` file
29-
- added support for Rust `Cargo.toml` file
24+
- added separate `documentation` URL to Project metadata model
25+
- added support for Julia `Project.toml` file
26+
- added support for Fortran `fpm.toml` file
27+
- added support for Java `pom.xml` file
28+
- added support for MkDocs `mkdocs.yml` file
29+
- added support for Rust `Cargo.toml` file
3030

3131
## [v0.3.1](https://github.com/Materials-Data-Science-and-Informatics/somesy/tree/v0.3.1) <small>(2024-01-23)</small> { id="0.3.1" }
3232

33-
- fix setuptools license writing bug
33+
- fix setuptools license writing bug
3434

3535
## [v0.3.0](https://github.com/Materials-Data-Science-and-Informatics/somesy/tree/v0.3.0) <small>(2024-01-12)</small> { id="0.3.0" }
3636

37-
- replace codemetapy with an in-house writer, which enables windows support
37+
- replace codemetapy with an in-house writer, which enables windows support
3838

3939
## [v0.2.1](https://github.com/Materials-Data-Science-and-Informatics/somesy/tree/v0.2.1) <small>(2023-11-29)</small> { id="0.2.1" }
4040

41-
- **internal:** updated linters and dependencies
42-
- **internal:** pin codemetapy version to 2.5.2 to avoid breaking changes
43-
- fix bug caused by missing `config` section
41+
- **internal:** updated linters and dependencies
42+
- **internal:** pin codemetapy version to 2.5.2 to avoid breaking changes
43+
- fix bug caused by missing `config` section
4444

4545
## [v0.2.0](https://github.com/Materials-Data-Science-and-Informatics/somesy/tree/v0.2.0) <small>(2023-11-29)</small> { id="0.2.0" }
4646

47-
- **internal:** Test refactoring
48-
- **internal:** Pydantic 2 implementation
49-
- Added `publication_author` field to Person model
47+
- **internal:** Test refactoring
48+
- **internal:** Pydantic 2 implementation
49+
- Added `publication_author` field to Person model
5050

5151
## [v0.1.0](https://github.com/Materials-Data-Science-and-Informatics/somesy/tree/v0.1.0) <small>(2023-08-10)</small> { id="0.1.0" }
5252

53-
- First release
53+
- First release

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.4.2
6+
version: 0.4.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
@@ -25,7 +25,7 @@
2525
],
2626
"name": "somesy",
2727
"description": "A CLI tool for synchronizing software project metadata.",
28-
"version": "0.4.2",
28+
"version": "0.4.3",
2929
"keywords": [
3030
"metadata",
3131
"FAIR"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "somesy"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
description = "A CLI tool for synchronizing software project metadata."
55
authors = ["Mustafa Soylu <m.soylu@fz-juelich.de>", "Anton Pirogov <a.pirogov@fz-juelich.de>"]
66
maintainers = ["Mustafa Soylu <m.soylu@fz-juelich.de>"]

0 commit comments

Comments
 (0)