diff --git a/CHANGELOG.md b/CHANGELOG.md index c09fa63841473ca4758a97ed88c24bb1fef648a5..2431ac4c0710efb43f197964fabb5e73ec1f76e2 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 d130e27081aa16a3139208f7ca7bb6368bd651a0..21a55eea3ab777e8ac087cfc93bc0abbe44eb2ff 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,7 @@ -🎉 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