Skip to content

Commit f2aa489

Browse files
committed
Bump version number to 1.14.0
1 parent ea902ea commit f2aa489

File tree

58 files changed

+77
-77
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+77
-77
lines changed

Cargo.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -110,26 +110,26 @@ keywords = ["gui", "toolkit", "graphics", "design", "ui"]
110110
license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0"
111111
repository = "https://github.com/slint-ui/slint"
112112
rust-version = "1.85"
113-
version = "1.13.1"
113+
version = "1.14.0"
114114

115115
[workspace.dependencies]
116-
i-slint-backend-android-activity = { version = "=1.13.1", path = "internal/backends/android-activity", default-features = false }
117-
i-slint-backend-linuxkms = { version = "=1.13.1", path = "internal/backends/linuxkms", default-features = false }
118-
i-slint-backend-qt = { version = "=1.13.1", path = "internal/backends/qt", default-features = false }
119-
i-slint-backend-selector = { version = "=1.13.1", path = "internal/backends/selector", default-features = false }
120-
i-slint-backend-testing = { version = "=1.13.1", path = "internal/backends/testing", default-features = false }
121-
i-slint-backend-winit = { version = "=1.13.1", path = "internal/backends/winit", default-features = false }
122-
i-slint-common = { version = "=1.13.1", path = "internal/common", default-features = false }
123-
i-slint-compiler = { version = "=1.13.1", path = "internal/compiler", default-features = false }
124-
i-slint-core = { version = "=1.13.1", path = "internal/core", default-features = false }
125-
i-slint-core-macros = { version = "=1.13.1", path = "internal/core-macros", default-features = false }
126-
i-slint-renderer-femtovg = { version = "=1.13.1", path = "internal/renderers/femtovg", default-features = false }
127-
i-slint-renderer-skia = { version = "=1.13.1", path = "internal/renderers/skia", default-features = false }
128-
slint = { version = "=1.13.1", path = "api/rs/slint", default-features = false }
129-
slint-build = { version = "=1.13.1", path = "api/rs/build", default-features = false }
130-
slint-cpp = { version = "=1.13.1", path = "api/cpp", default-features = false }
131-
slint-interpreter = { version = "=1.13.1", path = "internal/interpreter", default-features = false }
132-
slint-macros = { version = "=1.13.1", path = "api/rs/macros", default-features = false }
116+
i-slint-backend-android-activity = { version = "=1.14.0", path = "internal/backends/android-activity", default-features = false }
117+
i-slint-backend-linuxkms = { version = "=1.14.0", path = "internal/backends/linuxkms", default-features = false }
118+
i-slint-backend-qt = { version = "=1.14.0", path = "internal/backends/qt", default-features = false }
119+
i-slint-backend-selector = { version = "=1.14.0", path = "internal/backends/selector", default-features = false }
120+
i-slint-backend-testing = { version = "=1.14.0", path = "internal/backends/testing", default-features = false }
121+
i-slint-backend-winit = { version = "=1.14.0", path = "internal/backends/winit", default-features = false }
122+
i-slint-common = { version = "=1.14.0", path = "internal/common", default-features = false }
123+
i-slint-compiler = { version = "=1.14.0", path = "internal/compiler", default-features = false }
124+
i-slint-core = { version = "=1.14.0", path = "internal/core", default-features = false }
125+
i-slint-core-macros = { version = "=1.14.0", path = "internal/core-macros", default-features = false }
126+
i-slint-renderer-femtovg = { version = "=1.14.0", path = "internal/renderers/femtovg", default-features = false }
127+
i-slint-renderer-skia = { version = "=1.14.0", path = "internal/renderers/skia", default-features = false }
128+
slint = { version = "=1.14.0", path = "api/rs/slint", default-features = false }
129+
slint-build = { version = "=1.14.0", path = "api/rs/build", default-features = false }
130+
slint-cpp = { version = "=1.14.0", path = "api/cpp", default-features = false }
131+
slint-interpreter = { version = "=1.14.0", path = "internal/interpreter", default-features = false }
132+
slint-macros = { version = "=1.14.0", path = "api/rs/macros", default-features = false }
133133

134134
vtable = { version = "0.3", path = "helper_crates/vtable" }
135135

api/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
cmake_minimum_required(VERSION 3.21)
55
# Select C++ and C as languages, as Corrosion needs ${CMAKE_C_COMPILER}
66
# for linking
7-
project(Slint HOMEPAGE_URL "https://slint.dev/" LANGUAGES C CXX VERSION 1.13.1)
7+
project(Slint HOMEPAGE_URL "https://slint.dev/" LANGUAGES C CXX VERSION 1.14.0)
88

99
include(FeatureSummary)
1010
include(CMakeDependentOption)

api/cpp/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# -- Project information -----------------------------------------------------
2424

2525
# The full version, including alpha/beta/rc tags
26-
version = "1.13.1"
26+
version = "1.14.0"
2727

2828
project = f"Slint {version} C++ API"
2929
copyright = "SixtyFPS GmbH"

api/cpp/esp-idf/slint/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ else()
4848
FetchContent_Declare(
4949
Slint
5050
GIT_REPOSITORY https://github.com/slint-ui/slint
51-
GIT_TAG v1.13.1
51+
GIT_TAG v1.14.0
5252
SOURCE_SUBDIR api/cpp
5353
)
5454
FetchContent_MakeAvailable(Slint)

api/cpp/esp-idf/slint/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
description: "Slint — declarative GUI toolkit"
55
url: "https://slint.dev"
66
license: "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0"
7-
version: "1.13.1"
7+
version: "1.14.0"
88
discussion: "https://github.com/slint-ui/slint/discussions"
99
documentation: "https://slint.dev/docs"
1010
repository: "https://github.com/slint-ui/slint"

api/node/binaries.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@slint-ui/slint-ui-binary",
3-
"version": "1.13.1",
3+
"version": "1.14.0",
44
"binaryName": "slint-ui",
55
"package": "@slint-ui/slint-ui-binary",
66
"napi": {

api/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "slint-ui",
3-
"version": "1.13.1",
3+
"version": "1.14.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"homepage": "https://github.com/slint-ui/slint",

api/python/briefcase/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[project]
55
name = "briefcasex-slint"
6-
version = "1.13.1b1"
6+
version = "1.14.0b1"
77
description = "Plugin for Briefcase to offer Slint application templates"
88
readme = "README.md"
99
requires-python = ">=3.10"

api/python/compiler/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[project]
55
name = "slint-compiler"
6-
version = "1.13.1b1"
6+
version = "1.14.0b1"
77
description = "Python wrapper around the Slint compiler for Python"
88
authors = [{ name = "Slint Team", email = "info@slint.dev" }]
99
readme = "README.md"

api/python/slint/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "maturin"
77

88
[project]
99
name = "slint"
10-
version = "1.13.1b1"
10+
version = "1.14.0b1"
1111
requires-python = ">= 3.12"
1212
authors = [{ name = "Slint Team", email = "info@slint.dev" }]
1313
classifiers = [

0 commit comments

Comments
 (0)