From a6a4d0ded3229b6b7768b1d8046fb408a63121ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 12:08:45 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27011ea..32c4d10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.0](https://github.com/hyperkliv/samling/compare/v0.1.5...v0.2.0) (2023-01-06) + + +### Features + +* New feature to enable Mimalloc allocator ([026cf77](https://github.com/hyperkliv/samling/commit/026cf7729febb649d1a58c1e3f5af29081187d58)) + + +### Bug Fixes + +* Only enable used tokio features ([a7d1025](https://github.com/hyperkliv/samling/commit/a7d1025481cafc59bb34ab14d7941c10db1524a3)) +* Use tokio 1.24 ([9e50773](https://github.com/hyperkliv/samling/commit/9e50773d99db425d1ad38af87cea6621938815b7)) + ## [0.1.5](https://github.com/hyperkliv/samling/compare/v0.1.4...v0.1.5) (2023-01-05) diff --git a/Cargo.lock b/Cargo.lock index 714d64e..56631b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1967,7 +1967,7 @@ checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde" [[package]] name = "samling" -version = "0.1.5" +version = "0.2.0" dependencies = [ "argon2", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 3959244..6e06d79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "samling" -version = "0.1.5" +version = "0.2.0" license = "MIT" edition = "2021" description = "App for managing apparel collections"