Skip to content

Commit 8dd18dd

Browse files
committed
Release 0.5.0
1 parent 4615e69 commit 8dd18dd

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

tinyrand-alloc/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tinyrand-alloc"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55
readme = "README.md"
66
authors = ["Emil Koutanov"]
@@ -10,4 +10,4 @@ repository = "https://github.com/obsidiandynamics/tinyrand"
1010
keywords = ["rand", "rng"]
1111

1212
[dependencies]
13-
tinyrand = { version = "0.4.0", path = "../tinyrand" }
13+
tinyrand = { version = "0.5.0", path = "../tinyrand" }

tinyrand-examples/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tinyrand-examples"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55
readme = "../README.md"
66
authors = ["Emil Koutanov"]
@@ -10,6 +10,6 @@ repository = "https://github.com/obsidiandynamics/tinyrand"
1010
keywords = ["rand", "rng"]
1111

1212
[dependencies]
13-
tinyrand = { version = "0.4.0", path = "../tinyrand" }
14-
tinyrand-alloc = { version = "0.4.0", path = "../tinyrand-alloc" }
15-
tinyrand-std = { version = "0.4.0", path = "../tinyrand-std" }
13+
tinyrand = { version = "0.5.0", path = "../tinyrand" }
14+
tinyrand-alloc = { version = "0.5.0", path = "../tinyrand-alloc" }
15+
tinyrand-std = { version = "0.5.0", path = "../tinyrand-std" }

tinyrand-std/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tinyrand-std"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55
readme = "README.md"
66
authors = ["Emil Koutanov"]
@@ -10,4 +10,4 @@ repository = "https://github.com/obsidiandynamics/tinyrand"
1010
keywords = ["rand", "rng"]
1111

1212
[dependencies]
13-
tinyrand = { version = "0.4.0", path = "../tinyrand" }
13+
tinyrand = { version = "0.5.0", path = "../tinyrand" }

tinyrand-tools/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tinyrand-tools"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55
readme = "../README.md"
66
authors = ["Emil Koutanov"]
@@ -10,5 +10,5 @@ repository = "https://github.com/obsidiandynamics/tinyrand"
1010
keywords = ["rand", "rng"]
1111

1212
[dependencies]
13-
tinyrand = { version = "0.4.0", path = "../tinyrand" }
14-
tinyrand-std = { version = "0.4.0", path = "../tinyrand-std" }
13+
tinyrand = { version = "0.5.0", path = "../tinyrand" }
14+
tinyrand-std = { version = "0.5.0", path = "../tinyrand-std" }

tinyrand/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tinyrand"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55
readme = "../README.md"
66
authors = ["Emil Koutanov"]

0 commit comments

Comments
 (0)