From d08c2d2096df30b25e0fd18f63c55debed6fc862 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 3 Oct 2022 08:35:08 +0000 Subject: [PATCH] 0.3.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa578918..7ce858a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## v0.3.0 (2022-10-03) +### Feature +* Try decomposing actions ([`316e643`](https://github.com/Aarhus-Psychiatry-Research/psycop-t2d/commit/316e64335ee1b14aaf1c0a02fc7aad474af7a09a)) + +### Fix +* Specify shell ([`3574577`](https://github.com/Aarhus-Psychiatry-Research/psycop-t2d/commit/35745779716151b6e3f90e5a1b93023a27943603)) +* Another attempt ([`612e88e`](https://github.com/Aarhus-Psychiatry-Research/psycop-t2d/commit/612e88e92e592bcb7145ac12159161456b9cc6f4)) +* Typo in action (input -> inputs) ([`e668bad`](https://github.com/Aarhus-Psychiatry-Research/psycop-t2d/commit/e668badddeb80155da0bcf26c9bd5e155b3237bb)) +* Checkout repo before attempting to use action ([`29c5f92`](https://github.com/Aarhus-Psychiatry-Research/psycop-t2d/commit/29c5f9289453b09130673d1348affd36efbf63f8)) +* Typo on CI ([`9774d6e`](https://github.com/Aarhus-Psychiatry-Research/psycop-t2d/commit/9774d6e10f1dd28f00745accf23ec6902eef35db)) + ## v0.2.0 (2022-09-30) ### Feature * First CI release ([`1b5f5a9`](https://github.com/Aarhus-Psychiatry-Research/psycop-t2d/commit/1b5f5a91e89826ba1c530c82570eb4465008a506)) diff --git a/pyproject.toml b/pyproject.toml index 6a56be92..4a0b119c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "psycopt2d" -version = "0.2.0" +version = "0.3.0" description = "Training scripts for the psycop-t2d project" authors = ["Your Name "]