Skip to content

Commit 16d3e9d

Browse files
committed
Update main page
1 parent 85869db commit 16d3e9d

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

content/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ sort_by = "weight"
1010

1111
# Announcement
1212

13-
We’re excited to announce the release of [v0.3.0](https://github.com/contextgeneric/cgp/releases/tag/v0.3.0) of the [`cgp`](https://docs.rs/cgp/0.3.0/cgp/) crate, along with several [new](https://patterns.contextgeneric.dev/error-handling.html) [chapters](https://patterns.contextgeneric.dev/field-accessors.html) of the [CGP Patterns](https://patterns.contextgeneric.dev/) book!
13+
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.3.0 Release and New Chapters](/blog/v0-3-0-release/).
15+
Read the blog post for more details: [CGP Updates: v0.4.0 Release with Major Improvements](/blog/v0-4-0-release/).
1616

1717
# Overview
1818

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
title = "CGP Updates: v0.4.0 Release with Major Improvements"
44

5-
description = "I'm excited to announce the release of v0.4.0 of the cgp crate, along significantly improved developer experience!"
5+
description = "I'm excited to announce the release of v0.4.0 of the `cgp` crate. This update includes significantly improved developer experience, improved debuggability, and many more new features!"
66

77
authors = ["Soares Chen"]
88

@@ -563,10 +563,8 @@ During the next 3 months, you can expect to see much more active development fro
563563

564564
### Attending RustWeek
565565

566-
I will be attending [RustWeek](https://rustweek.org/) in person next week (May 13-17 2025). Although I did not manage to get a presentation slot, I would love to meet up with Rust developers and discuss about how CGP can be used to solve real world problem in their Rust applications.
566+
I will be attending [RustWeek](https://rustweek.org/) in person next week (May 13-17 2025). Although I did not manage to get a presentation slot, I would love to meet up with Rust developers and discuss about how CGP can be used to help solve real world problem in their Rust applications.
567567

568-
If there are interests, I would also like to organize [Hackathon](https://rustweek.org/events/hackathon/) sessions during the last day to have coding sessions for CGP. Otherwise, I might look around and try to apply CGP on one of the Hackathon projects. If you have any suggestions, do let me know.
568+
If there are interests, I would also like to organize [Hackathon](https://rustweek.org/events/hackathon/) sessions during the last day to have coding sessions for CGP. Otherwise, I might look around and try to apply CGP on one of the Hackathon projects. If you are interested to attend or suggest any activities, do [sign up here](https://docs.google.com/spreadsheets/d/1hT_nYY0yjTCBH3exl6BhW-Se3T_0ASPXXENxs-je19I/edit) or ping me on [BlueSky](https://bsky.app/profile/maybevoid.com).
569569

570-
Lastly, if you read until this point and is attending RustWeek, do ping me on [BlueSky](https://bsky.app/profile/maybevoid.com) and I would love to chat with you.
571-
572-
Thank you for reading, and stay tuned for more updates on CGP!
570+
Thank you for reading, and stay tuned for more updates on CGP!

0 commit comments

Comments
 (0)