From 0967e35fbf63ca35e82ae2e021a5dedc975f6be4 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Thu, 3 Aug 2023 23:23:05 +0000 Subject: [PATCH] chore(release): 0.2.0 (#7) ### Added - *(ci)* with pr - *(ci)* on pr only - *(ci)* with ci:pr.sh file - *(ci)* update ci with best settings - *(ci)* pr ignore master - *(ci)* ignore pr for master - add git init - with actual docker login - with docker login - back to default - with ldd - only ci - with musl instead - with some debug stuff - with shared volume - with shared volume - without going into module - set to use prefix when in ci - only master - with working main - ci:main script for ci - with run script - fixed stuff - with ultra caching - with ci - with set -e for abort - with drone yml - add mkdocs build - add basic version - update with repository - add publishable to rest - hack get in control of log level ### Docs - fix admonitions - add docs - remove 0.1 milestone ### Fixed - with actual install ### Other - *(rust)* fmt - *(rust)* clippy fix - *(ci)* no please for pr - *(ci)* rename pr -> pull-request in ci:pr - remove faulty test - add git (alpine) - add git - musl - remember package name - rename variable - openssl-src - with openssl-dev - with pkg config sysroot - with musl dev - with build-essential - with libssl-dev - with token - add mit license - add logging to stdout - update versions - add docs Co-authored-by: cuddle-please Reviewed-on: https://git.front.kjuulh.io/kjuulh/cuddle-please/pulls/7 --- CHANGELOG.md | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5af684f..7f9e00a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,73 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2023-08-03 + +### Added +- *(ci)* with pr +- *(ci)* on pr only +- *(ci)* with ci:pr.sh file +- *(ci)* update ci with best settings +- *(ci)* pr ignore master +- *(ci)* ignore pr for master +- add git init +- with actual docker login +- with docker login +- back to default +- with ldd +- only ci +- with musl instead +- with some debug stuff +- with shared volume +- with shared volume +- without going into module +- set to use prefix when in ci +- only master +- with working main +- ci:main script for ci +- with run script +- fixed stuff +- with ultra caching +- with ci +- with set -e for abort +- with drone yml +- add mkdocs build +- add basic version +- update with repository +- add publishable to rest +- hack get in control of log level + +### Docs +- fix admonitions +- add docs +- remove 0.1 milestone + +### Fixed +- with actual install + +### Other +- *(rust)* fmt +- *(rust)* clippy fix +- *(ci)* no please for pr +- *(ci)* rename pr -> pull-request in ci:pr +- remove faulty test +- add git (alpine) +- add git +- musl +- remember package name +- rename variable +- openssl-src +- with openssl-dev +- with pkg config sysroot +- with musl dev +- with build-essential +- with libssl-dev +- with token +- add mit license +- add logging to stdout +- update versions +- add docs + ## [0.1.0] - 2023-08-01 ### Added