From 982a813c0b325f1e48d7c28c4a2c44be6f7b066a Mon Sep 17 00:00:00 2001 From: Dich0tomy Date: Sat, 23 Mar 2024 23:32:09 +0000 Subject: [PATCH] chore(trunk): release 0.1.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b248594 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## 0.1.0 (2024-03-23) + + +### Features + +* first port ([f307ada](https://github.com/Dich0tomy/Dire/commit/f307adafbe80c5e8df61512ac14ef46a8465f620)) + + +### Bug Fixes + +* **ci:** fix linux builds ([ae2dccd](https://github.com/Dich0tomy/Dire/commit/ae2dccd9328ae10a246c614cd907e954b6e7b416)) +* **ci:** properly configure meson build dir ([a936d8b](https://github.com/Dich0tomy/Dire/commit/a936d8b98d4037f7dbfa2a461a63afe0aa430365)) +* disable ubsan on vs2022 backend with meson ([62bbe04](https://github.com/Dich0tomy/Dire/commit/62bbe0432fb159d1742740b6c9cbeab3928d6eb8)) +* exclude gitmodules from gitignore ([e7e5a54](https://github.com/Dich0tomy/Dire/commit/e7e5a54f9f2c632e6fb775cbe83198bb2bcae847))