Skip to content

Commit 4e21575

Browse files
committed
Update to published v0.4.0
1 parent c77d8e3 commit 4e21575

File tree

4 files changed

+51
-40
lines changed

4 files changed

+51
-40
lines changed

code/Cargo.lock

+32-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/Cargo.toml

+17-17
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ path = "bin/abstract_name.rs"
1515
cgp = { version = "0.4.0" }
1616

1717
[patch.crates-io]
18-
cgp = { git = "https://github.com/contextgeneric/cgp.git" }
19-
cgp-core = { git = "https://github.com/contextgeneric/cgp.git" }
20-
cgp-extra = { git = "https://github.com/contextgeneric/cgp.git" }
21-
cgp-async = { git = "https://github.com/contextgeneric/cgp.git" }
22-
cgp-async-macro = { git = "https://github.com/contextgeneric/cgp.git" }
23-
cgp-component = { git = "https://github.com/contextgeneric/cgp.git" }
24-
cgp-macro = { git = "https://github.com/contextgeneric/cgp.git" }
25-
cgp-macro-lib = { git = "https://github.com/contextgeneric/cgp.git" }
26-
cgp-type = { git = "https://github.com/contextgeneric/cgp.git" }
27-
cgp-field = { git = "https://github.com/contextgeneric/cgp.git" }
28-
cgp-error = { git = "https://github.com/contextgeneric/cgp.git" }
29-
cgp-error-extra = { git = "https://github.com/contextgeneric/cgp.git" }
30-
cgp-error-anyhow = { git = "https://github.com/contextgeneric/cgp.git" }
31-
cgp-run = { git = "https://github.com/contextgeneric/cgp.git" }
32-
cgp-runtime = { git = "https://github.com/contextgeneric/cgp.git" }
33-
cgp-sync = { git = "https://github.com/contextgeneric/cgp.git" }
34-
cgp-inner = { git = "https://github.com/contextgeneric/cgp.git" }
18+
# cgp = { git = "https://github.com/contextgeneric/cgp.git" }
19+
# cgp-core = { git = "https://github.com/contextgeneric/cgp.git" }
20+
# cgp-extra = { git = "https://github.com/contextgeneric/cgp.git" }
21+
# cgp-async = { git = "https://github.com/contextgeneric/cgp.git" }
22+
# cgp-async-macro = { git = "https://github.com/contextgeneric/cgp.git" }
23+
# cgp-component = { git = "https://github.com/contextgeneric/cgp.git" }
24+
# cgp-macro = { git = "https://github.com/contextgeneric/cgp.git" }
25+
# cgp-macro-lib = { git = "https://github.com/contextgeneric/cgp.git" }
26+
# cgp-type = { git = "https://github.com/contextgeneric/cgp.git" }
27+
# cgp-field = { git = "https://github.com/contextgeneric/cgp.git" }
28+
# cgp-error = { git = "https://github.com/contextgeneric/cgp.git" }
29+
# cgp-error-extra = { git = "https://github.com/contextgeneric/cgp.git" }
30+
# cgp-error-anyhow = { git = "https://github.com/contextgeneric/cgp.git" }
31+
# cgp-run = { git = "https://github.com/contextgeneric/cgp.git" }
32+
# cgp-runtime = { git = "https://github.com/contextgeneric/cgp.git" }
33+
# cgp-sync = { git = "https://github.com/contextgeneric/cgp.git" }
34+
# cgp-inner = { git = "https://github.com/contextgeneric/cgp.git" }

content/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sort_by = "weight"
1212

1313
I'm excited to announce the release of [v0.4.0](https://github.com/contextgeneric/cgp/releases/tag/v0.4.0) of the [`cgp`](https://docs.rs/cgp/0.4.0/cgp/) crate. This update includes significantly improved developer experience, improved debuggability, and many more new features!
1414

15-
Read the blog post for more details: [CGP Updates: v0.4.0 Release with Major Improvements](/blog/v0-4-0-release/).
15+
Read the blog post for more details: [CGP v0.4.0 is Here: Unlocking Easier Debugging, Extensible Presets, and More!](/blog/v0-4-0-release/).
1616

1717
# Overview
1818

content/blog/2025-05-08-v0.4.0-release.md renamed to content/blog/2025-05-09-v0.4.0-release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22

3-
title = "CGP v0.4.0 is Here: Unlocking Easier Debugging, Powerful Presets, and More!"
3+
title = "CGP v0.4.0 is Here: Unlocking Easier Debugging, Extensible Presets, and More!"
44

55
description = "CGP v0.4.0 is officially released, bringing transformative improvements! Experience dramatically easier debugging, powerful new features, and a smoother developer journey for modular Rust programming."
66

0 commit comments

Comments
 (0)