Skip to content

Commit b9551c6

Browse files
authored
fix: Roadmap expected 1.0 release "H3 2025" -> "H2 2025" (#361)
* fix: Roadmap expected 1.0 release "H3 2025" -> "H2 2025" * Also fix the date for v0.90
1 parent fb4f3bc commit b9551c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/roadmap/roadmap.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
"description": "transition from anyhow to thiserror in all critical code paths",
175175
"tracking_issue": "https://github.com/n0-computer/iroh/issues/2741"
176176
},
177-
{ "version": "v0.90.0", "done": true, "released": "2025-05-12", "doc": "https://www.iroh.computer/blog/iroh-0-90-the-canary-series" },
177+
{ "version": "v0.90.0", "done": true, "released": "2025-06-27", "doc": "https://www.iroh.computer/blog/iroh-0-90-the-canary-series" },
178178
{
179179
"done": false,
180180
"title": "blobs 1.0 API",
@@ -250,7 +250,7 @@
250250
"tracking_issue": "",
251251
"doc": ""
252252
},
253-
{ "version": "v1.0", "done": false, "released": "", "link": "", "expected": "H3 2025" },
253+
{ "version": "v1.0", "done": false, "released": "", "link": "", "expected": "H2 2025" },
254254
{ "all_done": false, "title": "Party", "description": "That's it. All done. no more work left to do, ever. :)", "link": "https://www.youtube.com/watch?v=dQw4w9WgXcQ" }
255255
]
256256
}

0 commit comments

Comments
 (0)