From fcec84ca744db61e42ec568c2443f5e53e68b3d0 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Tue, 2 Jul 2024 09:09:30 +0200 Subject: [PATCH] Clarify version numbers in egui trunk --- RELEASES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index b35b80c91..bb702ca26 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -9,6 +9,8 @@ All crates under the [`crates/`](crates/) folder are published in lock-step, wit The only exception to this are patch releases, where we sometimes only patch a single crate. +The egui version in egui `master` is always the version of the last published crates. This is so that users can easily patch their egui crates to egui `master` if they want to. + ## Governance Releases are generally done by [emilk](https://github.com/emilk/), but the [rerun-io](https://github.com/rerun-io/) organization (where emilk is CTO) also has publish rights to all the crates.