From e61f5ef9d78a449af89deed94d2994f04e30a8c8 Mon Sep 17 00:00:00 2001 From: Rick Barenthin Date: Mon, 1 Aug 2022 12:38:00 +0000 Subject: [PATCH] version and changelog update [CI SKIP] --- .version.json | 4 ++-- CHANGELOG.md | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.version.json b/.version.json index 2b24486..af53235 100644 --- a/.version.json +++ b/.version.json @@ -1,5 +1,5 @@ { - "version": "0.0.0", - "sha": "", + "version": "0.1.0", + "sha": "b52d657", "url": "https://git.riba-interactive.de/rick/statically" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f7ecd09..1bb85af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,3 +6,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ---- +## [0.1.0](https://git.riba-interactive.de/rick/statically/compare/4ef6295...b52d657) (2022-08-01) + + +### Features 📦 + +* inital version of a static webserver ([044aedc](https://git.riba-interactive.de/rick/statically/commit/044aedc)) + + +### Build System 🏗 + +* init versioning in repository ([5acc952](https://git.riba-interactive.de/rick/statically/commit/5acc952))