Skip to content

Commit

Permalink
publish new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andogq authored May 30, 2024
1 parent 40b5473 commit 28fe768
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changes/async-to-service.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/export-more-collections.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ workspace = { members = [

[package]
name = "qubit"
version = "0.2.1"
version = "0.3.0"
edition = "2021"
authors = [ "Tom Anderson <[email protected]>" ]
repository = "https://github.com/andogq/qubit"
Expand Down

0 comments on commit 28fe768

Please sign in to comment.