Skip to content

Commit 7289999

Browse files
committed
Update release instructions
1 parent 9a347f3 commit 7289999

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

RELEASES.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
# Releases
22
## Cadence
3-
We release a new major `egui_plot` whenever there is a new major `egui` release.
3+
We usually release a new major `egui_plot` whenever there is a new major `egui` release, which is usually once every two months or so.
44

55

66
## Versioning
7-
For the moment the `egui_plot` version follows that of the `egui` crates.
8-
That may change in the future.
9-
107
The version in `main` is always the version of the last published crate.
118
This is so that users can easily patch their `egui_plot` to the version on `main` if they want to.
129

@@ -16,7 +13,7 @@ Releases are generally done by [emilk](https://github.com/emilk/), but the [reru
1613

1714

1815
## Rust version policy
19-
Our Minimum Supported Rust Version (MSRV) is always _at least_ two minor release behind the latest Rust version. This means users of egui aren't forced to update to the very latest Rust version.
16+
Our Minimum Supported Rust Version (MSRV) is always _at least_ two minor release behind the latest Rust version. This means users of `egui_plot` aren't forced to update to the very latest Rust version.
2017

2118
We don't update the MSRV in a patch release, unless we really, really need to.
2219

@@ -31,7 +28,6 @@ We don't update the MSRV in a patch release, unless we really, really need to.
3128
* [ ] improve the demo a bit
3229
* [ ] `cargo update`
3330
* [ ] `cargo outdated` (or manually look for outdated crates in each `Cargo.toml`)
34-
* [ ] `cargo shear`
3531

3632
## Release testing
3733
* [ ] test the demo app

0 commit comments

Comments
 (0)