prepare v0.0.1 (#25)
ci/woodpecker/push/test Pipeline was successful Details
ci/woodpecker/push/next Pipeline was successful Details
ci/woodpecker/push/renovate Pipeline was successful Details
ci/woodpecker/tag/renovate Pipeline was successful Details
ci/woodpecker/tag/test Pipeline was successful Details
ci/woodpecker/push/deploy Pipeline was successful Details
ci/woodpecker/tag/next Pipeline was successful Details
ci/woodpecker/tag/deploy Pipeline was successful Details

#### 📖 Summary

- adds changelog entry for next release

#### 📑 Test Plan

> 💡 Select your test plan for the code changes.

- [x] CI pipeline tests
- [ ] Custom test
- [ ] No test plan

##### Details / Justification

<!-- Add your test details or justification for missing tests here. -->

#### 📚 Additional Notes

<!-- A place for additional detail notes. -->

Co-authored-by: OCram85 <marco.blessing@googlemail.com>
Reviewed-on: CodeServer/arkanum#25
This commit is contained in:
OCram85 2022-11-22 15:02:03 +01:00
parent be2426705b
commit 307542d524
1 changed files with 30 additions and 0 deletions

View File

@ -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)