Skip to content

Commit

Permalink
Bump version number to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed Apr 26, 2023
1 parent 8dcd98a commit dfd5fc3
Show file tree
Hide file tree
Showing 64 changed files with 120 additions and 120 deletions.
4 changes: 2 additions & 2 deletions api/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ cmake_language(DEFER CALL _slint_write_configure_file)

write_basic_package_version_file(
${CMAKE_CURRENT_BINARY_DIR}/lib/cmake/Slint/SlintConfigVersion.cmake
VERSION 1.0.2
VERSION 1.0.3
COMPATIBILITY SameMinorVersion
)

Expand Down Expand Up @@ -356,7 +356,7 @@ set(CPACK_PACKAGE_VENDOR "Slint")
set(CPACK_VERBATIM_VARIABLES true)
set(CPACK_PACKAGE_VERSION_MAJOR 1)
set(CPACK_PACKAGE_VERSION_MINOR 0)
set(CPACK_PACKAGE_VERSION_PATCH 2)
set(CPACK_PACKAGE_VERSION_PATCH 3)
set(CPACK_PACKAGE_HOMEPAGE_URL "https://slint-ui.com")
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_LIST_DIR}/../../LICENSE.md")
set(CPACK_RESOURCE_FILE_README "${CMAKE_CURRENT_LIST_DIR}/README.md")
Expand Down
14 changes: 7 additions & 7 deletions api/cpp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "slint-cpp"
version = "1.0.2"
version = "1.0.3"
authors = ["Slint Developers <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down Expand Up @@ -40,11 +40,11 @@ experimental = ["i-slint-renderer-skia", "raw-window-handle"]
default = ["backend-winit", "renderer-winit-femtovg", "backend-qt", "experimental"]

[dependencies]
i-slint-backend-selector = { version = "=1.0.2", path="../../internal/backends/selector" }
i-slint-backend-testing = { version = "=1.0.2", path="../../internal/backends/testing", optional = true }
i-slint-renderer-skia = { version = "=1.0.2", path="../../internal/renderers/skia", optional = true, features = ["x11", "wayland"] }
i-slint-core = { version = "=1.0.2", path="../../internal/core", features = ["ffi"] }
slint-interpreter = { version = "=1.0.2", path="../../internal/interpreter", default-features = false, features = ["ffi", "compat-1-0"], optional = true }
i-slint-backend-selector = { version = "=1.0.3", path="../../internal/backends/selector" }
i-slint-backend-testing = { version = "=1.0.3", path="../../internal/backends/testing", optional = true }
i-slint-renderer-skia = { version = "=1.0.3", path="../../internal/renderers/skia", optional = true, features = ["x11", "wayland"] }
i-slint-core = { version = "=1.0.3", path="../../internal/core", features = ["ffi"] }
slint-interpreter = { version = "=1.0.3", path="../../internal/interpreter", default-features = false, features = ["ffi", "compat-1-0"], optional = true }
raw-window-handle = { version = "0.5", optional = true }
# Enable image-rs' default features to make all image formats to C++ users
image = { version = "0.24.0" }
Expand All @@ -53,4 +53,4 @@ image = { version = "0.24.0" }
anyhow = "1.0"
cbindgen = "0.24"
proc-macro2 = "1.0.11"
i-slint-common = { version = "=1.0.2", path="../../internal/common" }
i-slint-common = { version = "=1.0.3", path="../../internal/common" }
2 changes: 1 addition & 1 deletion api/cpp/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
author = "Slint Developers <[email protected]>"

# The full version, including alpha/beta/rc tags
version = "1.0.2"
version = "1.0.3"

cpp_index_common_prefix = ["slint::", "slint::interpreter::"]

Expand Down
8 changes: 4 additions & 4 deletions api/node/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "slint-node"
version = "1.0.2"
version = "1.0.3"
authors = ["Slint Developers <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand All @@ -20,9 +20,9 @@ crate-type = ["cdylib"]
name = "slint_node_native"

[dependencies]
i-slint-compiler = { version = "=1.0.2", path="../../../internal/compiler" }
i-slint-core = { version = "=1.0.2", path="../../../internal/core" }
slint-interpreter = { version = "=1.0.2", path="../../../internal/interpreter", features = ["display-diagnostics"] }
i-slint-compiler = { version = "=1.0.3", path="../../../internal/compiler" }
i-slint-core = { version = "=1.0.3", path="../../../internal/core" }
slint-interpreter = { version = "=1.0.3", path="../../../internal/interpreter", features = ["display-diagnostics"] }

vtable = { version = "0.1.6", path="../../../helper_crates/vtable" }

Expand Down
2 changes: 1 addition & 1 deletion api/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slint-ui",
"version": "1.0.2",
"version": "1.0.3",
"homepage": "https://github.com/slint-ui/slint",
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions api/rs/build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "slint-build"
version = "1.0.2"
version = "1.0.3"
authors = ["Slint Developers <[email protected]>"]
edition = "2021"
license = "GPL-3.0-only OR LicenseRef-Slint-commercial"
Expand All @@ -19,7 +19,7 @@ path = "lib.rs"
default = []

[dependencies]
i-slint-compiler = { version = "=1.0.2", path = "../../../internal/compiler", features = ["rust", "display-diagnostics", "software-renderer"] }
i-slint-compiler = { version = "=1.0.3", path = "../../../internal/compiler", features = ["rust", "display-diagnostics", "software-renderer"] }

spin_on = "0.1"
thiserror = "1"
Expand Down
4 changes: 2 additions & 2 deletions api/rs/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "slint-macros"
version = "1.0.2"
version = "1.0.3"
authors = ["Slint Developers <[email protected]>"]
edition = "2021"
license = "GPL-3.0-only OR LicenseRef-Slint-commercial"
Expand All @@ -17,7 +17,7 @@ proc-macro = true
path = "lib.rs"

[dependencies]
i-slint-compiler = { version = "=1.0.2", path = "../../../internal/compiler", features = ["proc_macro_span", "rust", "display-diagnostics"] }
i-slint-compiler = { version = "=1.0.3", path = "../../../internal/compiler", features = ["proc_macro_span", "rust", "display-diagnostics"] }

proc-macro2 = "1.0.17"
quote = "1.0"
Expand Down
8 changes: 4 additions & 4 deletions api/rs/slint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "slint"
version = "1.0.2"
version = "1.0.3"
authors = ["Slint Developers <[email protected]>"]
edition = "2021"
license = "GPL-3.0-only OR LicenseRef-Slint-commercial"
Expand Down Expand Up @@ -118,9 +118,9 @@ renderer-winit-skia-opengl = ["i-slint-backend-selector/renderer-winit-skia-open
renderer-winit-software = ["i-slint-backend-selector/renderer-winit-software"]

[dependencies]
i-slint-core = { version = "=1.0.2", path = "../../../internal/core", default-features = false }
slint-macros = { version = "=1.0.2", path = "../macros" }
i-slint-backend-selector = { version = "=1.0.2", path = "../../../internal/backends/selector" }
i-slint-core = { version = "=1.0.3", path = "../../../internal/core", default-features = false }
slint-macros = { version = "=1.0.3", path = "../macros" }
i-slint-backend-selector = { version = "=1.0.3", path = "../../../internal/backends/selector" }

const-field-offset = { version = "0.1.2", path = "../../../helper_crates/const-field-offset" }
document-features = { version = "0.2.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion api/rs/slint/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ pub mod platform {
/// Helper type that helps checking that the generated code is generated for the right version
#[doc(hidden)]
#[allow(non_camel_case_types)]
pub struct VersionCheck_1_0_2;
pub struct VersionCheck_1_0_3;

#[cfg(doctest)]
mod compile_fail_tests;
Expand Down
2 changes: 1 addition & 1 deletion api/wasm-interpreter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "slint-wasm-interpreter"
version = "1.0.2"
version = "1.0.3"
authors = ["Slint Developers <[email protected]>"]
edition = "2021"
license = "GPL-3.0-only OR LicenseRef-Slint-commercial"
Expand Down
2 changes: 1 addition & 1 deletion docs/language/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
author = "Slint Developers <[email protected]>"

# The full version, including alpha/beta/rc tags
version = "1.0.2"
version = "1.0.3"

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/node/src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "memory",
"version": "1.0.2",
"version": "1.0.3",
"main": "main.js",
"dependencies": {
"slint-ui": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/rust/src/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "src"
version = "1.0.2"
version = "1.0.3"
authors = ["Slint Developers <[email protected]>"]
edition = "2021"
license = "GPL-3.0-only OR LicenseRef-Slint-commercial"
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/rust/src/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cd memory
Then we edit `Cargo.toml` to add the slint dependency using `cargo add`:

```sh
cargo add [email protected].2
cargo add [email protected].3
```

Finally we copy the hello world program from the [Slint documentation](https://slint-ui.com/docs/rust/slint/) into our `src/main.rs`:
Expand Down
2 changes: 1 addition & 1 deletion editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "slint",
"displayName": "Slint",
"description": "Slint Language extension",
"version": "1.0.2",
"version": "1.0.3",
"publisher": "Slint",
"icon": "extension-logo.png",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/7guis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "_7guis"
version = "1.0.2"
version = "1.0.3"
authors = ["Slint Developers <[email protected]>"]
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion examples/carousel/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "carousel",
"version": "1.0.2",
"version": "1.0.3",
"main": "main.js",
"dependencies": {
"slint-ui": "../../../api/node"
Expand Down
2 changes: 1 addition & 1 deletion examples/carousel/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "carousel"
version = "1.0.2"
version = "1.0.3"
authors = ["Slint Developers <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion examples/energy-monitor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "energy-monitor"
version = "1.0.2"
version = "1.0.3"
authors = ["Slint Developers <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion examples/gallery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "gallery"
version = "1.0.2"
version = "1.0.3"
authors = ["Slint Developers <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion examples/imagefilter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "imagefilter"
version = "1.0.2"
version = "1.0.3"
authors = ["Slint Developers <[email protected]>"]
edition = "2021"
publish = false
Expand Down
6 changes: 3 additions & 3 deletions examples/mcu-board-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "mcu-board-support"
version = "1.0.2"
version = "1.0.3"
authors = ["Slint Developers <[email protected]>"]
edition = "2021"
license = "GPL-3.0-only OR LicenseRef-Slint-commercial"
Expand All @@ -23,8 +23,8 @@ esp32-s2-kaluga-1 = ["slint/unsafe-single-threaded", "esp32s2-hal", "embedded-ha
esp32-s3-box = ["slint/unsafe-single-threaded", "esp32s3-hal", "embedded-hal", "xtensa-lx-rt/esp32s3", "esp-alloc", "esp-println/esp32s3", "esp-backtrace/esp32s3", "display-interface", "display-interface-spi", "mipidsi", "embedded-graphics", "slint/libm", "tt21100"]

[dependencies]
slint = { version = "=1.0.2", path = "../../api/rs/slint", default-features = false, features = ["compat-1-0"] }
i-slint-core-macros = { version = "=1.0.2", path = "../../internal/core-macros" }
slint = { version = "=1.0.3", path = "../../api/rs/slint", default-features = false, features = ["compat-1-0"] }
i-slint-core-macros = { version = "=1.0.3", path = "../../internal/core-macros" }

derive_more = "0.99.5"
embedded-graphics = { version = "0.7.1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion examples/memory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "memory"
version = "1.0.2"
version = "1.0.3"
authors = ["Slint Developers <[email protected]>"]
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion examples/memory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "memory",
"version": "1.0.2",
"version": "1.0.3",
"main": "main.js",
"dependencies": {
"slint-ui": "../../api/node"
Expand Down
2 changes: 1 addition & 1 deletion examples/opengl_underlay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "opengl_underlay"
version = "1.0.2"
version = "1.0.3"
authors = ["Slint Developers <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion examples/plotter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "plotter"
version = "1.0.2"
version = "1.0.3"
authors = ["Slint Developers <[email protected]>"]
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion examples/printerdemo/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "printerdemo",
"version": "1.0.2",
"version": "1.0.3",
"main": "main.js",
"dependencies": {
"slint-ui": "../../../api/node"
Expand Down
2 changes: 1 addition & 1 deletion examples/printerdemo/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "printerdemo"
version = "1.0.2"
version = "1.0.3"
authors = ["Slint Developers <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion examples/printerdemo_mcu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "printerdemo_mcu"
version = "1.0.2"
version = "1.0.3"
authors = ["Slint Developers <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion examples/printerdemo_old/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "printerdemo",
"version": "1.0.2",
"version": "1.0.3",
"main": "main.js",
"dependencies": {
"slint-ui": "../../../api/node"
Expand Down
2 changes: 1 addition & 1 deletion examples/printerdemo_old/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "printerdemo_old"
version = "1.0.2"
version = "1.0.3"
authors = ["Slint Developers <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion examples/slide_puzzle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "slide_puzzle"
version = "1.0.2"
version = "1.0.3"
authors = ["Slint Developers <[email protected]>"]
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion examples/todo/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "todo",
"version": "1.0.2",
"version": "1.0.3",
"main": "main.js",
"dependencies": {
"slint-ui": "../../../api/node"
Expand Down
2 changes: 1 addition & 1 deletion examples/todo/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "todo"
version = "1.0.2"
version = "1.0.3"
authors = ["Slint Developers <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion examples/uefi-demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "uefi-demo"
version = "1.0.2"
version = "1.0.3"
edition = "2021"
license = "GPL-3.0-only OR LicenseRef-Slint-commercial"
build = "build.rs"
Expand Down
Loading

0 comments on commit dfd5fc3

Please sign in to comment.