Skip to content

Commit

Permalink
Version 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn committed Mar 20, 2023
1 parent b111877 commit a14f45f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

# Unreleased

- None.

# 0.1.11 (20. March, 2023)

- **added:** Implement `Reflect`, and friends, for `Infallible` ([#111])
- **change:** Update to syn 2.0 ([#112])

Expand Down
2 changes: 1 addition & 1 deletion crates/mirror-mirror-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mirror-mirror-macros"
version = "0.1.2" # remember to bump the version `mirror-mirror` depends on
version = "0.1.3" # remember to bump the version `mirror-mirror` depends on
edition = "2021"
authors = ["Embark <[email protected]>", "David Pedersen <[email protected]>"]
repository = "https://github.com/EmbarkStudios/mirror-mirror"
Expand Down
4 changes: 2 additions & 2 deletions crates/mirror-mirror/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mirror-mirror"
version = "0.1.10"
version = "0.1.11"
edition = "2021"
authors = ["Embark <[email protected]>", "David Pedersen <[email protected]>"]
repository = "https://github.com/EmbarkStudios/mirror-mirror"
Expand All @@ -21,7 +21,7 @@ macaw = ["dep:macaw"]

[dependencies]
ahash = { version = "0.8.2", default-features = false }
mirror-mirror-macros = { path = "../mirror-mirror-macros", version = "0.1.2" }
mirror-mirror-macros = { path = "../mirror-mirror-macros", version = "0.1.3" }
once_cell = { version = "1.16", features = ["alloc", "race", "critical-section"], default-features = false }
ordered-float = { version = "3.4.0", default-features = false }
serde = { version = "1.0.158", default-features = false, features = ["derive", "alloc"], optional = true }
Expand Down

0 comments on commit a14f45f

Please sign in to comment.