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 = " fair-python-cookiecutter"
3- version = " 0.3.1 "
3+ version = " 0.3.2 "
44description = " An opinionated cookiecutter template to kickstart a modern best-practice Python project with FAIR metadata. "
55
66license = " MIT"
Original file line number Diff line number Diff line change @@ -4,17 +4,28 @@ 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.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
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 : " fair-python-cookiecutter"
6- version : " 0.3.1 "
6+ version : " 0.3.2 "
77abstract : " An opinionated cookiecutter template to kickstart a modern best-practice
88 Python project with FAIR metadata."
99repository-code : " https://github.com/Materials-Data-Science-and-Informatics/fair-python-cookiecutter"
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 11[tool .poetry ]
22# ---- managed by somesy, see .somesy.toml ----
33name = " fair-python-cookiecutter"
4- version = " 0.3.1 "
4+ version = " 0.3.2 "
55description = " An opinionated cookiecutter template to kickstart a modern best-practice Python project with FAIR metadata."
66authors = [" Anton Pirogov <a.pirogov@fz-juelich.de>" , " Mustafa Soylu <m.soylu@fz-juelich.de>" ]
77maintainers = [" Mustafa Soylu <m.soylu@fz-juelich.de>" ]
You can’t perform that action at this time.
0 commit comments