From 28fe7681130746782b67c6c8bb2eac11a16ecba9 Mon Sep 17 00:00:00 2001 From: andogq Date: Thu, 30 May 2024 06:26:53 +0000 Subject: [PATCH] publish new versions --- .changes/async-to-service.md | 5 ----- .changes/export-more-collections.md | 5 ----- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changes/async-to-service.md delete mode 100644 .changes/export-more-collections.md diff --git a/.changes/async-to-service.md b/.changes/async-to-service.md deleted file mode 100644 index 0b90ca8..0000000 --- a/.changes/async-to-service.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"qubit": minor:fix ---- - -allow for `to_service` to return a future which produces the context diff --git a/.changes/export-more-collections.md b/.changes/export-more-collections.md deleted file mode 100644 index df7efca..0000000 --- a/.changes/export-more-collections.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"qubit": patch:feat ---- - -add `HashSet`, `BTreeSet`, and `BTreeMap` to types that implement `ExportType` diff --git a/CHANGELOG.md b/CHANGELOG.md index e451743..8be67ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## \[0.3.0] + +### fix + +- [`55f4b31`](https://github.com/andogq/qubit/commit/55f4b31bfef67345e94a815c3c38062494bc1327) allow for `to_service` to return a future which produces the context + +### feat + +- [`be65ee3`](https://github.com/andogq/qubit/commit/be65ee311aea16002d2311694bb2e30958f8f28b) add `HashSet`, `BTreeSet`, and `BTreeMap` to types that implement `ExportType` + ## \[0.2.1] - [`3840c3b`](https://github.com/andogq/qubit/commit/3840c3b0854e59626410b15fb5eb57739fbd1902) automatically dervie `ExportType` for `f32` and `f64` diff --git a/Cargo.toml b/Cargo.toml index 6a3216c..45777ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ workspace = { members = [ [package] name = "qubit" -version = "0.2.1" +version = "0.3.0" edition = "2021" authors = [ "Tom Anderson " ] repository = "https://github.com/andogq/qubit"