Skip to content

Commit 7271a3a

Browse files
jschwemukilanjdm
authored
Add servo 0.1.0 blog post (#316)
* Add servo 0.1.0 blog post Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com> * Apply Mukilans suggestions from code review Co-authored-by: Mukilan Thiyagarajan <mukilanthiagarajan@gmail.com> Signed-off-by: Jonathan Schwender <55576758+jschwe@users.noreply.github.com> * change phrasing about version confidence meaning Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com> # Conflicts: # _posts/2026-04-12-servo-0.1.0-release.md * incorporate Nicos suggestions Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com> * quote bottleneck and fix typo Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com> * update book link. Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com> * Apply suggestions from code review Co-authored-by: Josh Matthews <josh@joshmatthews.net> Signed-off-by: Jonathan Schwender <55576758+jschwe@users.noreply.github.com> * Update date Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com> --------- Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com> Signed-off-by: Jonathan Schwender <55576758+jschwe@users.noreply.github.com> Co-authored-by: Mukilan Thiyagarajan <mukilanthiagarajan@gmail.com> Co-authored-by: Josh Matthews <josh@joshmatthews.net>
1 parent ed55e66 commit 7271a3a

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
layout: post
3+
tags: blog
4+
title: "Servo is now available on crates.io"
5+
date: 2026-04-13
6+
summary: Initial crates.io release and LTS version of Servo
7+
categories:
8+
---
9+
10+
Today the Servo team has released v0.1.0 of the servo crate.
11+
This is our **first [crates.io release](https://crates.io/crates/servo)** of the `servo` crate that allows Servo to be used as a library.
12+
13+
We currently do not have any plans of publishing our demo browser servoshell to crates.io.
14+
In the 5 releases since our initial GitHub release in October 2025, our release process has matured, with the main "bottleneck" now being the human-written monthly blog post.
15+
Since we're quite excited about this release, we decided to not wait for the monthly blog post to be finished, but promise to deliver the monthly update in the coming weeks.
16+
17+
As you can see from the version number, this release is not a 1.0 release. In fact, we still haven't finished discussing what 1.0 means for Servo.
18+
Nevertheless, the increased version number reflects our growing confidence in **[Servo's embedding API](https://docs.rs/Servo)** and its ability to meet some users' needs.
19+
20+
In the meantime we also decided to offer a long-term support (LTS) version of Servo, since breaking changes in the regular monthly releases are expected and some embedders might prefer doing major upgrades on a scheduled half-yearly basis while still receiving security updates and (hopefully!) some migration guides.
21+
For more details on the LTS release, see the respective [section in the Servo book](https://book.servo.org/embedding/lts-release.html).

0 commit comments

Comments
 (0)