Skip to content

Commit 188eda1

Browse files
committed
update changelog
1 parent 023c33b commit 188eda1

1 file changed

Lines changed: 24 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,43 +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" }
8+
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.
13+
714
## [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" }
815

9-
* fix rich logging bug for error messages and tracebacks
16+
- fix rich logging bug for error messages and tracebacks
1017

1118
## [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" }
1219

13-
* fix package.json and mkdocs.yml validation bug about optional fields
20+
- fix package.json and mkdocs.yml validation bug about optional fields
1421

1522
## [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" }
1623

17-
* added separate `documentation` URL to Project metadata model
18-
* added support for Julia `Project.toml` file
19-
* added support for Fortran `fpm.toml` file
20-
* added support for Java `pom.xml` file
21-
* added support for MkDocs `mkdocs.yml` file
22-
* 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
2330

2431
## [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" }
2532

26-
* fix setuptools license writing bug
33+
- fix setuptools license writing bug
2734

2835
## [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" }
2936

30-
* replace codemetapy with an in-house writer, which enables windows support
37+
- replace codemetapy with an in-house writer, which enables windows support
3138

3239
## [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" }
3340

34-
* **internal:** updated linters and dependencies
35-
* **internal:** pin codemetapy version to 2.5.2 to avoid breaking changes
36-
* 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
3744

3845
## [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" }
3946

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

4451
## [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" }
4552

46-
* First release
53+
- First release

0 commit comments

Comments
 (0)