Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions samling-clorinde/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion samling-clorinde/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions samling/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"] }
Expand Down