Skip to content

Commit a14f45f

Browse files
committed
Version 0.1.11
1 parent b111877 commit a14f45f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
# Unreleased
99

10+
- None.
11+
12+
# 0.1.11 (20. March, 2023)
13+
1014
- **added:** Implement `Reflect`, and friends, for `Infallible` ([#111])
1115
- **change:** Update to syn 2.0 ([#112])
1216

crates/mirror-mirror-macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mirror-mirror-macros"
3-
version = "0.1.2" # remember to bump the version `mirror-mirror` depends on
3+
version = "0.1.3" # remember to bump the version `mirror-mirror` depends on
44
edition = "2021"
55
authors = ["Embark <[email protected]>", "David Pedersen <[email protected]>"]
66
repository = "https://github.com/EmbarkStudios/mirror-mirror"

crates/mirror-mirror/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mirror-mirror"
3-
version = "0.1.10"
3+
version = "0.1.11"
44
edition = "2021"
55
authors = ["Embark <[email protected]>", "David Pedersen <[email protected]>"]
66
repository = "https://github.com/EmbarkStudios/mirror-mirror"
@@ -21,7 +21,7 @@ macaw = ["dep:macaw"]
2121

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

0 commit comments

Comments
 (0)