From 8ca46b03c011590324deedb1796b13f858111f6c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 15:48:35 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 4 ++-- samling-clorinde/CHANGELOG.md | 15 +++++++++++++++ samling-clorinde/Cargo.toml | 2 +- samling/Cargo.toml | 4 ++-- 5 files changed, 28 insertions(+), 5 deletions(-) create mode 100644 samling-clorinde/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 2441c7e..ab7799a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.13.2](https://github.com/jacobsvante/samling/compare/samling-v0.13.1...samling-v0.13.2) - 2025-04-09 + +### Fixed + +- update deps +- Update deps +- update deps + ## [0.13.1](https://github.com/hyperkliv/samling/compare/samling-v0.13.0...samling-v0.13.1) - 2025-01-08 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 5b709e1..c73d4a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2265,7 +2265,7 @@ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" [[package]] name = "samling" -version = "0.13.1" +version = "0.13.2" dependencies = [ "argon2", "axum", @@ -2317,7 +2317,7 @@ dependencies = [ [[package]] name = "samling-clorinde" -version = "0.12.0" +version = "0.13.0" dependencies = [ "chrono", "deadpool-postgres", diff --git a/samling-clorinde/CHANGELOG.md b/samling-clorinde/CHANGELOG.md new file mode 100644 index 0000000..92a1bf2 --- /dev/null +++ b/samling-clorinde/CHANGELOG.md @@ -0,0 +1,15 @@ +# 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.13.0](https://github.com/jacobsvante/samling/compare/samling-clorinde-v0.12.0...samling-clorinde-v0.13.0) - 2025-04-09 + +### Fixed + +- update deps +- update deps diff --git a/samling-clorinde/Cargo.toml b/samling-clorinde/Cargo.toml index 2351ee9..53142c5 100644 --- a/samling-clorinde/Cargo.toml +++ b/samling-clorinde/Cargo.toml @@ -1,7 +1,7 @@ # This file was generated with `clorinde`. Do not modify. [package] name = "samling-clorinde" -version = "0.12.0" +version = "0.13.0" edition = "2021" publish = true description = "Database queries etc for the `samling` crate" diff --git a/samling/Cargo.toml b/samling/Cargo.toml index 7776978..9800123 100644 --- a/samling/Cargo.toml +++ b/samling/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "samling" -version = "0.13.1" +version = "0.13.2" license = "MIT" edition = "2021" description = "App for managing apparel collections" @@ -9,7 +9,7 @@ documentation = "https://docs.rs/samling/" homepage = "https://github.com/jacobsvante/samling" [dependencies] -samling-clorinde = { version = "0.12.0", path = "../samling-clorinde" } +samling-clorinde = { version = "0.13.0", path = "../samling-clorinde" } argon2 = "0.5.3" axum = { version = "0.8.3", features = ["macros"] } axum-extra = { version = "0.10.1", features = ["typed-header"] }