From e149accb5aa401b4c343f68b5de8e95267e52457 Mon Sep 17 00:00:00 2001 From: "Faruk D." Date: Mon, 2 Sep 2024 17:30:35 +0200 Subject: [PATCH 1/3] update the changelog for the release --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10f01cc..8c96dc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ ### Added +### Changed + +### Removed + +## 0.6.1 + +### Added + * Add .gitignore and .editorconfig to the list of files that are not updated if they exist [#655](https://github.com/NLeSC/python-template/pull/655) ### Changed @@ -14,7 +22,7 @@ ### Removed * Remove pyproject.toml and CITATION.cff from the list of files that are not updated if they exist [#655](https://github.com/NLeSC/python-template/pull/655) - + ## [0.6.0] ### Added From 5d9efd317ab1747ff577d958d2ddf2d99829db25 Mon Sep 17 00:00:00 2001 From: "Faruk D." Date: Mon, 2 Sep 2024 17:31:19 +0200 Subject: [PATCH 2/3] bump to 0.6.1 --- CITATION.cff | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 7cc7b19..098fc45 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -95,4 +95,4 @@ license: Apache-2.0 message: "If you use this software, please cite it using these metadata." repository-code: "https://github.com/NLeSC/python-template" title: "Netherlands eScience Center Python Template" -version: "0.6.0" +version: "0.6.1" diff --git a/setup.cfg b/setup.cfg index 18b76a6..a0edb73 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,7 +22,7 @@ name = Netherlands eScience Center Python Template project_urls = Bug Tracker = https://github.com/NLeSC/python-template/issues url = https://github.com/NLeSC/python-template -version = 0.6.0 +version = 0.6.1 [options] From bc84087c8e19be0acf1fd3ac76f26cc9be150b3b Mon Sep 17 00:00:00 2001 From: "Faruk D." Date: Tue, 3 Sep 2024 10:57:15 +0200 Subject: [PATCH 3/3] update the changelog for the release --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c96dc7..3aaf96b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ * copyright owner is asked in all profiles [#629](https://github.com/NLeSC/python-template/pull/629) * license files includes year and copyright owner information [#629](https://github.com/NLeSC/python-template/pull/629) +* combine all the next step jobs in a single workflow [#657](https://github.com/NLeSC/python-template/pull/657) +* fix CITATION.cff validation issues which also helps cffconvert workflow to pass [#657](https://github.com/NLeSC/python-template/pull/657) ### Removed