From 307542d52456ecce251f9c6276f71d0f335d5593 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Tue, 22 Nov 2022 15:02:03 +0100 Subject: [PATCH] prepare v0.0.1 (#25) #### :book: Summary - adds changelog entry for next release #### :bookmark_tabs: Test Plan > :bulb: Select your test plan for the code changes. - [x] CI pipeline tests - [ ] Custom test - [ ] No test plan ##### Details / Justification #### :books: Additional Notes Co-authored-by: OCram85 Reviewed-on: https://gitea.ocram85.com/CodeServer/arkanum/pulls/25 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..9e43b09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,30 @@ +## [v0.0.1](https://gitea.ocram85.com/CodeServer/arkanum/releases/tag/v0.0.1) - 2022-11-22 + +* 🐛 BUGFIXES + * fixes logo size (#22) +* ✨ FEATURES + * adds FiraCode NerdFont (#9) + * adds setCode helper (#6) + * add system gitconfig (#4) + * add bash-completion and motd handling (#2) +* 🛠️ ENHANCEMENTS + * Splits extension install into seperate function (#23) + * Adds readme content (#21) + * Rename install script to arkanum (#18) + * adds missing packages required by dotnet (#3) +* 📦 BUILD + * set image labels (#24) +* 🤖 DEPENDENCIES + * Adds renovate-bot (#11) + * update baseimage 4.8.3 (#5) +* 📚 DOCS + * update refs in Readme (#17) + * Updates Readme content (#7) +* ⚙️ META + * adds AGPLv3 license (#20) + * Adds gitea changelog config (#19) + * rename project to Arkanum (#16) + * update PR template wording (#15) + * Add woodpecker manager in renovate-bot (#14) + * fixes logo file path (#8) + * Adds basic container setup with pipeline (#1)