From 8bd1e606c4097e91da41a57e954d96101396b51c Mon Sep 17 00:00:00 2001 From: Bruno Massa <brmassa@gmail.com> Date: Thu, 9 May 2024 07:47:31 -0500 Subject: [PATCH] chore: bump the CHANGELOG.md --- CHANGELOG.md | 13 ++++++++++++- README.md | 6 ++---- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c09fa63..2431ac4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. [Unreleased] +v[4.0.2] 2024-05-09 + +- Fixed crashes on serve +- Changed several code style parameters + +v[4.0.1] 2024-04-25 + - Added CHANGELOG.md v[4.0.0] 2024-04-11 @@ -94,7 +101,11 @@ v[1.1.0] 2023-06-22 v[1.0.0] 2023-07-15 - Born to be Wild -[Unreleased]: https://gitlab.com/sucos/sucos/-/compare/v4.0.0...HEAD +- Added First Commit! + +[Unreleased]: https://gitlab.com/sucos/sucos/-/compare/v4.0.2...HEAD +[4.0.0]: https://gitlab.com/sucos/sucos/-/compare/v4.0.1...v4.0.2 +[4.0.0]: https://gitlab.com/sucos/sucos/-/compare/v4.0.0...v4.0.1 [4.0.0]: https://gitlab.com/sucos/sucos/-/compare/v3.0.0...v4.0.0 [3.0.0]: https://gitlab.com/sucos/sucos/-/compare/v2.4.0...v3.0.0 [2.4.0]: https://gitlab.com/sucos/sucos/-/compare/v2.3.0...v2.4.0 diff --git a/README.md b/README.md index d130e27..21a55ee 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,7 @@ <img src="SuCoS-logo.svg" width="512px" style="display: block;margin-left: auto;margin-right: auto;" /> -🎉 Welcome to **SuCoS** (**J**ui**C**e**S**, in Brazilian Portuguese), the one of the fastest Static Site Generator out there! 🚀 - -> **DISCLAIMER**: **SuCoS** is in a **ALPHA state**! Please do not use for ANY real site for now. Prepare to be entertained by unexpected behaviors! 🎢 +🎉 Welcome to **SuCoS** (**J**ui**C**e**S**, in Brazilian Portuguese), is a fast and powerful Static Site Generator! 🚀 Official site: https://sucos.brunomassa.com @@ -42,7 +40,7 @@ If all goes well (fingers crossed 🤞), you'll have a shiny new static website ```sh git clone https://gitlab.com/sucos/sucos.git # or git@gitlab.com:sucos/sucos.git cd SuCoS -dotnet build # or `build.sh clean restore compile` +build.sh clean restore compile # or dotnet build ``` ## License -- GitLab