Skip to content

Commit 701771d

Browse files
authored
v0.4.1-alpha release (#108)
1 parent 3e70368 commit 701771d

File tree

22 files changed

+83
-82
lines changed

22 files changed

+83
-82
lines changed

Cargo.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cgp-async-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = { workspace = true }
55
repository = { workspace = true }
66
authors = { workspace = true }
77
rust-version = { workspace = true }
8-
version = "0.4.0"
8+
version = "0.4.1-alpha"
99
keywords = { workspace = true }
1010
description = """
1111
Context-generic programming async macros

crates/cgp-async/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cgp-async"
3-
version = "0.4.0"
3+
version = "0.4.1-alpha"
44
edition = { workspace = true }
55
license = { workspace = true }
66
repository = { workspace = true }
@@ -25,5 +25,5 @@ sync = [ "async" ]
2525
static = [ "async" ]
2626

2727
[dependencies]
28-
cgp-async-macro = { version = "0.4.0" }
29-
cgp-sync = { version = "0.4.0" }
28+
cgp-async-macro = { version = "0.4.1-alpha" }
29+
cgp-sync = { version = "0.4.1-alpha" }

crates/cgp-component/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cgp-component"
3-
version = "0.4.0"
3+
version = "0.4.1-alpha"
44
edition = { workspace = true }
55
license = { workspace = true }
66
repository = { workspace = true }

crates/cgp-core/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cgp-core"
3-
version = "0.4.0"
3+
version = "0.4.1-alpha"
44
edition = { workspace = true }
55
license = { workspace = true }
66
repository = { workspace = true }
@@ -16,9 +16,9 @@ default = [ "full" ]
1616
full = [ "cgp-async/full" ]
1717

1818
[dependencies]
19-
cgp-async = { version = "0.4.0", default-features = false }
20-
cgp-component = { version = "0.4.0" }
21-
cgp-macro = { version = "0.4.0" }
22-
cgp-type = { version = "0.4.0" }
23-
cgp-error = { version = "0.4.0" }
24-
cgp-field = { version = "0.4.0" }
19+
cgp-async = { version = "0.4.1-alpha", default-features = false }
20+
cgp-component = { version = "0.4.1-alpha" }
21+
cgp-macro = { version = "0.4.1-alpha" }
22+
cgp-type = { version = "0.4.1-alpha" }
23+
cgp-error = { version = "0.4.1-alpha" }
24+
cgp-field = { version = "0.4.1-alpha" }

crates/cgp-error-anyhow/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cgp-error-anyhow"
3-
version = "0.4.0"
3+
version = "0.4.1-alpha"
44
edition = { workspace = true }
55
license = { workspace = true }
66
repository = { workspace = true }
@@ -12,5 +12,5 @@ description = """
1212
"""
1313

1414
[dependencies]
15-
cgp-core = { version = "0.4.0", default-features = false }
15+
cgp-core = { version = "0.4.1-alpha", default-features = false }
1616
anyhow = { version = "1.0.95", default-features = false }

crates/cgp-error-extra/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cgp-error-extra"
3-
version = "0.4.0"
3+
version = "0.4.1-alpha"
44
edition = { workspace = true }
55
license = { workspace = true }
66
repository = { workspace = true }
@@ -16,4 +16,4 @@ default = [ "alloc" ]
1616
alloc = []
1717

1818
[dependencies]
19-
cgp-core = { version = "0.4.0", default-features = false }
19+
cgp-core = { version = "0.4.1-alpha", default-features = false }

crates/cgp-error-eyre/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cgp-error-eyre"
3-
version = "0.4.0"
3+
version = "0.4.1-alpha"
44
edition = { workspace = true }
55
license = { workspace = true }
66
repository = { workspace = true }
@@ -12,5 +12,5 @@ description = """
1212
"""
1313

1414
[dependencies]
15-
cgp-core = { version = "0.4.0", default-features = false }
15+
cgp-core = { version = "0.4.1-alpha", default-features = false }
1616
eyre = { version = "0.6.12", default-features = false }

crates/cgp-error-std/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cgp-error-std"
3-
version = "0.4.0"
3+
version = "0.4.1-alpha"
44
edition = { workspace = true }
55
license = { workspace = true }
66
repository = { workspace = true }
@@ -12,4 +12,4 @@ description = """
1212
"""
1313

1414
[dependencies]
15-
cgp-core = { version = "0.4.0", default-features = false }
15+
cgp-core = { version = "0.4.1-alpha", default-features = false }

crates/cgp-error/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cgp-error"
3-
version = "0.4.0"
3+
version = "0.4.1-alpha"
44
edition = { workspace = true }
55
license = { workspace = true }
66
repository = { workspace = true }
@@ -12,7 +12,7 @@ description = """
1212
"""
1313

1414
[dependencies]
15-
cgp-async = { version = "0.4.0", default-features = false }
16-
cgp-component = { version = "0.4.0" }
17-
cgp-macro = { version = "0.4.0" }
18-
cgp-type = { version = "0.4.0" }
15+
cgp-async = { version = "0.4.1-alpha", default-features = false }
16+
cgp-component = { version = "0.4.1-alpha" }
17+
cgp-macro = { version = "0.4.1-alpha" }
18+
cgp-type = { version = "0.4.1-alpha" }

crates/cgp-extra/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cgp-extra"
3-
version = "0.4.0"
3+
version = "0.4.1-alpha"
44
edition = { workspace = true }
55
license = { workspace = true }
66
repository = { workspace = true }
@@ -15,8 +15,8 @@ default = [ "full" ]
1515
full = [ "cgp-error-extra/alloc" ]
1616

1717
[dependencies]
18-
cgp-error-extra = { version = "0.4.0", default-features = false }
19-
cgp-inner = { version = "0.4.0" }
20-
cgp-run = { version = "0.4.0" }
21-
cgp-runtime = { version = "0.4.0" }
22-
cgp-handler = { version = "0.4.0" }
18+
cgp-error-extra = { version = "0.4.1-alpha", default-features = false }
19+
cgp-inner = { version = "0.4.1-alpha" }
20+
cgp-run = { version = "0.4.1-alpha" }
21+
cgp-runtime = { version = "0.4.1-alpha" }
22+
cgp-handler = { version = "0.4.1-alpha" }

crates/cgp-field/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cgp-field"
3-
version = "0.4.0"
3+
version = "0.4.1-alpha"
44
edition = { workspace = true }
55
license = { workspace = true }
66
repository = { workspace = true }
@@ -12,6 +12,6 @@ description = """
1212
"""
1313

1414
[dependencies]
15-
cgp-component = { version = "0.4.0" }
16-
cgp-macro = { version = "0.4.0" }
17-
cgp-type = { version = "0.4.0" }
15+
cgp-component = { version = "0.4.1-alpha" }
16+
cgp-macro = { version = "0.4.1-alpha" }
17+
cgp-type = { version = "0.4.1-alpha" }

crates/cgp-handler/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[package]
22
name = "cgp-handler"
3-
version = "0.4.0"
3+
version = "0.4.1-alpha"
44
edition = { workspace = true }
55
license = { workspace = true }
66
repository = { workspace = true }
77
authors = { workspace = true }
88
rust-version = { workspace = true }
99
keywords = { workspace = true }
10+
description = "Generalized handler interfaces for functional programming"
1011

1112
[dependencies]
12-
cgp-core = { version = "0.4.0", default-features = false }
13+
cgp-core = { version = "0.4.1-alpha" }

crates/cgp-inner/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cgp-inner"
3-
version = "0.4.0"
3+
version = "0.4.1-alpha"
44
edition = { workspace = true }
55
license = { workspace = true }
66
repository = { workspace = true }
@@ -12,5 +12,5 @@ description = """
1212
"""
1313

1414
[dependencies]
15-
cgp-component = { version = "0.4.0" }
16-
cgp-macro = { version = "0.4.0" }
15+
cgp-component = { version = "0.4.1-alpha" }
16+
cgp-macro = { version = "0.4.1-alpha" }

0 commit comments

Comments
 (0)