Compare commits
2 Commits
9e5263c516
...
b59e811a80
Author | SHA1 | Date | |
---|---|---|---|
|
b59e811a80 | ||
0ad488ba72 |
39
CHANGELOG.md
Normal file
39
CHANGELOG.md
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
# 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-30
|
||||||
|
|
||||||
|
### 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 simple_logger to v5
|
||||||
|
- *(deps)* update rust crate serde_json to 1.0.116
|
||||||
|
- *(deps)* update rust crate anyhow to 1.0.82
|
||||||
|
- *(deps)* update all dependencies
|
||||||
|
|
||||||
|
### Other
|
||||||
|
- *(deps)* update rust crate chrono to 0.4.38
|
||||||
|
- 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
|
||||||
|
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2268,9 +2268,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "simple_logger"
|
name = "simple_logger"
|
||||||
version = "4.3.3"
|
version = "5.0.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "8e7e46c8c90251d47d08b28b8a419ffb4aede0f87c2eea95e17d1d5bacbf3ef1"
|
checksum = "e8c5dfa5e08767553704aa0ffd9d9794d527103c736aba9854773851fd7497eb"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"colored",
|
"colored",
|
||||||
"log",
|
"log",
|
||||||
|
@ -25,7 +25,7 @@ leptos_meta = { version = "*" }
|
|||||||
leptos_axum = { version = "*", optional = true }
|
leptos_axum = { version = "*", optional = true }
|
||||||
leptos_router = { version = "*" }
|
leptos_router = { version = "*" }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
simple_logger = "4"
|
simple_logger = "5"
|
||||||
thiserror = "1"
|
thiserror = "1"
|
||||||
axum = { version = "0.7.5", optional = true }
|
axum = { version = "0.7.5", optional = true }
|
||||||
tower = { version = "0.4.13", optional = true }
|
tower = { version = "0.4.13", optional = true }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user