Skip to content

Commit

Permalink
Publish New Versions (#24)
Browse files Browse the repository at this point in the history
# Version Updates

Merging this PR will release new versions of the following packages
based on your change files.




# qubit

## [0.3.0]
### fix

-
[`55f4b31`](55f4b31)
allow for `to_service` to return a future which produces the context
### feat

-
[`be65ee3`](be65ee3)
add `HashSet`, `BTreeSet`, and `BTreeMap` to types that implement
`ExportType`
  • Loading branch information
andogq authored May 30, 2024
2 parents 40b5473 + 28fe768 commit e62e812
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 e62e812

Please sign in to comment.