mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
In preparation for the next release, bump the version number to 0.1. 0.1 will be an LTS release, which receives extended support in terms of security updates (e.g. spidermonkey security updates). Please keep in mind that as always no specific guarantees or response times are given, and any updated are provided on a best effort basis. Previously some projects had a demo integration of servo based on some version of servo, and then never or rarely updated it. Providing an LTS release offers an option to embedders to integrate servo, while reducing API churn and having a somewhat fixed schedule to adhere to in terms of upgrades. Currently, the plan is for a new LTS release every 6 months, with additional documentation regarding API changes and recommended migration patterns (best-effort and subject to change). Testing: No functional changes. Additional testing will be performed post-merge on the newly created release branch. Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>