Skip to content

Commit 63ba086

Browse files
committed
chore(main): release 0.11.3
1 parent dca570e commit 63ba086

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.11.2"}
1+
{".":"0.11.3"}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.11.3](https://github.com/hyperkliv/samling/compare/v0.11.2...v0.11.3) (2025-01-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **docker:** Add .cargo/config.toml for registry info ([41e0e06](https://github.com/hyperkliv/samling/commit/41e0e06fdb14dc8128e4fd3d21834e460cbaefa7))
9+
* Expose deadpool_postgres and cornucopia_async::GenericClient in samling API ([808da8e](https://github.com/hyperkliv/samling/commit/808da8e151bb70ee1663298909d2a6371b9c2868))
10+
* Expose tokio_postgres in public API ([16a9de8](https://github.com/hyperkliv/samling/commit/16a9de877caf52092a655c329d74801e0b6c3520))
11+
* Upgrade dependencies (except latest axum) ([393a9ca](https://github.com/hyperkliv/samling/commit/393a9caf04b037d184ed46a3f1b2d4f05aac9af6))
12+
313
## [0.11.2](https://github.com/hyperkliv/samling/compare/v0.11.1...v0.11.2) (2024-10-31)
414

515

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "samling"
3-
version = "0.11.2"
3+
version = "0.11.3"
44
license = "MIT"
55
edition = "2021"
66
description = "App for managing apparel collections"

0 commit comments

Comments
 (0)