-
Notifications
You must be signed in to change notification settings - Fork 38
blog: post for 0.95 release #414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need a separate blog post for n0-error.
Other than that, the only thing that might be worth adding is that n0-error errors ,unlike anyhow, implement std::error::Error, so you don't have to adopt n0-error in your code base unless you need the advanced features.
|
@rklaehn agreed we need a separate blog post for n0-error and appreciate the feedback, will add it. |
|
|
||
| Many bugs were squashed, and smaller features were added. For all those details, check out the full changelog: [https://github.com/n0-computer/iroh/releases/tag/v0.95.0](https://github.com/n0-computer/iroh/releases/tag/v0.95.0). | ||
|
|
||
| If you want to know what is coming up, check out the [v0.96.0 milestone](https://github.com/n0-computer/iroh/milestone/49), and if you have any wishes, let us know about the [issues](https://github.com/n0-computer/iroh/issues)! If you need help using iroh or just want to chat, please join us on [discord](https://discord.com/invite/DpmJgtU7cW)! And to keep up with all things iroh, check out our [Twitter](https://x.com/iroh_n0), [Mastodon](https://mastodon.social/@n0iroh), and [Bluesky](https://bsky.app/profile/iroh.computer). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This milestone link is actually for the 0.95 milestone, not the 0.96 milestone mentioned
No description provided.