From 265bbe7e08f9db08afa9af6ef9a7f60a5ee208e1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Jan 2024 09:11:19 +0000 Subject: [PATCH] chore(release): 1.0.0 # 1.0.0 (2024-01-29) ### Bug Fixes * add simple devcontainer ([ec99294](https://gitlab.com/oceanbox/busynix/commit/ec992940d51f70aa7042da75e3ad702b2ec57708)) * fix ci ([5d8e9d7](https://gitlab.com/oceanbox/busynix/commit/5d8e9d7ac0b95678906c188441e86840dac4c33a)) * fix ci and run httpd by default ([4ef555a](https://gitlab.com/oceanbox/busynix/commit/4ef555a07c325437fc730a07252167d268c4b274)) * simplify registry, take 2 ([e40cc69](https://gitlab.com/oceanbox/busynix/commit/e40cc69234c562841597ddaf5f645952353f6d20)) * simplify registry? ([fa4378b](https://gitlab.com/oceanbox/busynix/commit/fa4378b320825a0c1b98f2854484a74cf73d983d)) ### Features * add semantic release ([a045047](https://gitlab.com/oceanbox/busynix/commit/a0450473d7009f6b2072f973f179f53b10c3ab22)) * initial commit ([fbe044e](https://gitlab.com/oceanbox/busynix/commit/fbe044efc4dfc6911dbe735de78e2c4874ef1d1b)) --- .version | 1 + RELEASE_NOTES.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 .version create mode 100644 RELEASE_NOTES.md diff --git a/.version b/.version new file mode 100644 index 0000000..3eefcb9 --- /dev/null +++ b/.version @@ -0,0 +1 @@ +1.0.0 diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md new file mode 100644 index 0000000..8b338b8 --- /dev/null +++ b/RELEASE_NOTES.md @@ -0,0 +1,18 @@ +# Changelog + +# 1.0.0 (2024-01-29) + + +### Bug Fixes + +* add simple devcontainer ([ec99294](https://gitlab.com/oceanbox/busynix/commit/ec992940d51f70aa7042da75e3ad702b2ec57708)) +* fix ci ([5d8e9d7](https://gitlab.com/oceanbox/busynix/commit/5d8e9d7ac0b95678906c188441e86840dac4c33a)) +* fix ci and run httpd by default ([4ef555a](https://gitlab.com/oceanbox/busynix/commit/4ef555a07c325437fc730a07252167d268c4b274)) +* simplify registry, take 2 ([e40cc69](https://gitlab.com/oceanbox/busynix/commit/e40cc69234c562841597ddaf5f645952353f6d20)) +* simplify registry? ([fa4378b](https://gitlab.com/oceanbox/busynix/commit/fa4378b320825a0c1b98f2854484a74cf73d983d)) + + +### Features + +* add semantic release ([a045047](https://gitlab.com/oceanbox/busynix/commit/a0450473d7009f6b2072f973f179f53b10c3ab22)) +* initial commit ([fbe044e](https://gitlab.com/oceanbox/busynix/commit/fbe044efc4dfc6911dbe735de78e2c4874ef1d1b))