diff options
author | 2023-01-14 01:14:02 +0100 | |
---|---|---|
committer | 2023-01-14 01:14:02 +0100 | |
commit | 35c0fa3b00666fae69da4cccf8f7467e7c04ef59 (patch) | |
tree | 28780ec6eb5d2ee3ff78c0c86b7bc825acbdfe54 | |
parent | 9fe46de13f86967543de8f00b5a4f9e45d8f5bcf (diff) | |
download | iced-35c0fa3b00666fae69da4cccf8f7467e7c04ef59.tar.gz iced-35c0fa3b00666fae69da4cccf8f7467e7c04ef59.tar.bz2 iced-35c0fa3b00666fae69da4cccf8f7467e7c04ef59.zip |
Bump versions in `README`s
-rw-r--r-- | CHANGELOG.md | 3 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | core/README.md | 2 | ||||
-rw-r--r-- | glow/README.md | 2 | ||||
-rw-r--r-- | glutin/README.md | 2 | ||||
-rw-r--r-- | native/README.md | 2 | ||||
-rw-r--r-- | wgpu/README.md | 2 | ||||
-rw-r--r-- | winit/README.md | 2 |
8 files changed, 9 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cbb7e96..d3e7641b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -364,7 +364,8 @@ Many thanks to... ### Added - First release! :tada: -[Unreleased]: https://github.com/iced-rs/iced/compare/0.6.0...HEAD +[Unreleased]: https://github.com/iced-rs/iced/compare/0.7.0...HEAD +[0.7.0]: https://github.com/iced-rs/iced/compare/0.6.0...0.7.0 [0.6.0]: https://github.com/iced-rs/iced/compare/0.5.0...0.6.0 [0.5.0]: https://github.com/iced-rs/iced/compare/0.4.2...0.5.0 [0.4.2]: https://github.com/iced-rs/iced/compare/0.4.1...0.4.2 @@ -68,7 +68,7 @@ __Iced is currently experimental software.__ [Take a look at the roadmap], Add `iced` as a dependency in your `Cargo.toml`: ```toml -iced = "0.6" +iced = "0.7" ``` If your project is using a Rust edition older than 2021, then you will need to diff --git a/core/README.md b/core/README.md index bbb7983c..cecbc1e4 100644 --- a/core/README.md +++ b/core/README.md @@ -18,7 +18,7 @@ This crate is meant to be a starting point for an Iced runtime. Add `iced_core` as a dependency in your `Cargo.toml`: ```toml -iced_core = "0.4" +iced_core = "0.7" ``` __Iced moves fast and the `master` branch can contain breaking changes!__ If diff --git a/glow/README.md b/glow/README.md index 00f38f64..38449c64 100644 --- a/glow/README.md +++ b/glow/README.md @@ -28,7 +28,7 @@ Currently, `iced_glow` supports the following primitives: Add `iced_glow` as a dependency in your `Cargo.toml`: ```toml -iced_glow = "0.2" +iced_glow = "0.6" ``` __Iced moves fast and the `master` branch can contain breaking changes!__ If diff --git a/glutin/README.md b/glutin/README.md index 263cc0af..1d873874 100644 --- a/glutin/README.md +++ b/glutin/README.md @@ -20,7 +20,7 @@ It exposes a renderer-agnostic `Application` trait that can be implemented and t Add `iced_glutin` as a dependency in your `Cargo.toml`: ```toml -iced_glutin = "0.2" +iced_glutin = "0.6" ``` __Iced moves fast and the `master` branch can contain breaking changes!__ If diff --git a/native/README.md b/native/README.md index c1e160c7..9e1f65fb 100644 --- a/native/README.md +++ b/native/README.md @@ -28,7 +28,7 @@ To achieve this, it introduces a bunch of reusable interfaces: Add `iced_native` as a dependency in your `Cargo.toml`: ```toml -iced_native = "0.4" +iced_native = "0.8" ``` __Iced moves fast and the `master` branch can contain breaking changes!__ If diff --git a/wgpu/README.md b/wgpu/README.md index 016af179..8ef68c62 100644 --- a/wgpu/README.md +++ b/wgpu/README.md @@ -30,7 +30,7 @@ Currently, `iced_wgpu` supports the following primitives: Add `iced_wgpu` as a dependency in your `Cargo.toml`: ```toml -iced_wgpu = "0.4" +iced_wgpu = "0.8" ``` __Iced moves fast and the `master` branch can contain breaking changes!__ If diff --git a/winit/README.md b/winit/README.md index 3ca46fff..44286c2c 100644 --- a/winit/README.md +++ b/winit/README.md @@ -20,7 +20,7 @@ It exposes a renderer-agnostic `Application` trait that can be implemented and t Add `iced_winit` as a dependency in your `Cargo.toml`: ```toml -iced_winit = "0.3" +iced_winit = "0.7" ``` __Iced moves fast and the `master` branch can contain breaking changes!__ If |