From ee089b288161cb8a095c22c6399f8ec2914f9c0a Mon Sep 17 00:00:00 2001 From: "Farthofer Laurenz (KAI DSC)" Date: Mon, 9 Sep 2024 14:52:14 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=A3=EF=B8=8F=20build=20CHANGELOG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++++ changelog/14.added | 1 - changelog/14.changed | 1 - 3 files changed, 12 insertions(+), 2 deletions(-) delete mode 100644 changelog/14.added delete mode 100644 changelog/14.changed diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d86282..0aeba1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,18 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) to build the +## [0.6.0](https://github.com/laurenzbeck/skald/tree/0.6.0) - 2024-09-09 + + +### ➕ Added + +- 📂🔎 added function to combine/crawl multiple skald runs into one dataframe ([#14](https://github.com/laurenzbeck/skald/issues/14)) + +### ✨ Changed + +- 💻 added sub-commands to the skald CLI ([#14](https://github.com/laurenzbeck/skald/issues/14)) + + ## [0.5.2](https://github.com/laurenzbeck/skald/tree/0.5.2) - 2024-09-03 diff --git a/changelog/14.added b/changelog/14.added deleted file mode 100644 index ec74e68..0000000 --- a/changelog/14.added +++ /dev/null @@ -1 +0,0 @@ -📂🔎 added function to combine/crawl multiple skald runs into one dataframe diff --git a/changelog/14.changed b/changelog/14.changed deleted file mode 100644 index b692ff5..0000000 --- a/changelog/14.changed +++ /dev/null @@ -1 +0,0 @@ -💻 added sub-commands to the skald CLI