From f12885158a6261040d46ff38be287c4a6f4bcc9a Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Wed, 10 Apr 2024 05:08:45 +0000 Subject: [PATCH] chore(release): 0.1.0 --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9d56508 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,36 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.0] - 2024-04-10 + +### Added +- add please +- add drone +- fix deps +- update to newest leptos +- with updated things +- add feature slicing +- add base app +- with dev environment +- initial template + +### Fixed +- *(deps)* update rust crate anyhow to 1.0.82 +- *(deps)* update all dependencies + +### Other +- Merge pull request 'fix(deps): update all dependencies' (#3) from renovate/all into main + +Reviewed-on: https://git.front.kjuulh.io/kjuulh/como-web/pulls/3 + +- Merge pull request 'Configure Renovate' (#1) from renovate/configure into main + +Reviewed-on: https://git.front.kjuulh.io/kjuulh/como-web/pulls/1 + +- Add renovate.json +