Skip to content

Commit d6088a5

Browse files
authored
Merge pull request #30 from Materials-Data-Science-and-Informatics/release/v0.3.2
Release/v0.3.2
2 parents 0b989ec + 51f3cdd commit d6088a5

File tree

5 files changed

+21
-10
lines changed

5 files changed

+21
-10
lines changed

.somesy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fair-python-cookiecutter"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "An opinionated cookiecutter template to kickstart a modern best-practice Python project with FAIR metadata. "
55

66
license = "MIT"

CHANGELOG.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,28 @@ 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.3.2](https://github.com/Materials-Data-Science-and-Informatics/fair-python-cookiecutter/tree/v0.3.2) <small>(2024-08-01)</small> { id="0.3.2" }
8+
9+
- updated `somesy` pre-commit hook to version `v0.4.3`
10+
- updated project and template dependencies
11+
- fixed python file imports
12+
- updated readme with example code
13+
- updated Contributing document issue
14+
15+
## [v0.3.1](https://github.com/Materials-Data-Science-and-Informatics/fair-python-cookiecutter/tree/v0.3.1) <small>(2024-07-10)</small> { id="0.3.1" }
16+
17+
- update pre-commit hooks to the latest version
18+
719
## [v0.3.0](https://github.com/Materials-Data-Science-and-Informatics/fair-python-cookiecutter/tree/v0.3.0) <small>(2024-02-27)</small> { id="0.3.0" }
820

9-
* added support for Windows
10-
* fixed a bug where instantiation of template fails if no repository URL is provided
11-
* improve usability and description of some CLI fields
21+
- added support for Windows
22+
- fixed a bug where instantiation of template fails if no repository URL is provided
23+
- improve usability and description of some CLI fields
1224

1325
## [v0.2.0](https://github.com/Materials-Data-Science-and-Informatics/fair-python-cookiecutter/tree/v0.2.0) <small>(2024-01-05)</small> { id="0.2.0" }
1426

15-
* Refactored into custom tool `fair-python-cookiecutter` for more versatility and convenience
27+
- Refactored into custom tool `fair-python-cookiecutter` for more versatility and convenience
1628

1729
## [v0.1.0](https://github.com/Materials-Data-Science-and-Informatics/fair-python-cookiecutter/tree/v0.1.0) <small>(2023-07-24)</small> { id="0.1.0" }
1830

19-
* First release
20-
31+
- 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: "fair-python-cookiecutter"
6-
version: "0.3.1"
6+
version: "0.3.2"
77
abstract: "An opinionated cookiecutter template to kickstart a modern best-practice
88
Python project with FAIR metadata."
99
repository-code: "https://github.com/Materials-Data-Science-and-Informatics/fair-python-cookiecutter"

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"name": "fair-python-cookiecutter",
2727
"description": "An opinionated cookiecutter template to kickstart a modern best-practice Python project with FAIR metadata.",
28-
"version": "0.3.1",
28+
"version": "0.3.2",
2929
"keywords": [
3030
"fair",
3131
"metadata",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
# ---- managed by somesy, see .somesy.toml ----
33
name = "fair-python-cookiecutter"
4-
version = "0.3.1"
4+
version = "0.3.2"
55
description = "An opinionated cookiecutter template to kickstart a modern best-practice Python project with FAIR metadata."
66
authors = ["Anton Pirogov <[email protected]>", "Mustafa Soylu <[email protected]>"]
77
maintainers = ["Mustafa Soylu <[email protected]>"]

0 commit comments

Comments
 (0)