Skip to content

Commit

Permalink
release: bump versions to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahayzen-kdab authored and Be-ing committed Mar 8, 2023
1 parent cffea12 commit 3e4a7f8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/KDAB/cxx-qt/compare/v0.4.1...HEAD)
## [Unreleased](https://github.com/KDAB/cxx-qt/compare/v0.5.0...HEAD)

## [0.5.0](https://github.com/KDAB/cxx-qt/compare/v0.4.1...v0.5.0) - 2023-03-08

## Added

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ members = [
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/KDAB/cxx-qt/"
version = "0.4.1"
version = "0.5.0"

[workspace.dependencies]
cxx-qt = { path = "crates/cxx-qt" }
Expand Down
6 changes: 3 additions & 3 deletions examples/cargo_without_cmake/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ license = "MIT OR Apache-2.0"
[dependencies]
# Use `cxx = "1.0.83"` here instead!
cxx.workspace = true
# Use `cxx-qt = "0.4"` here instead!
# Use `cxx-qt = "0.5"` here instead!
cxx-qt.workspace = true
# Use `cxx-qt-lib = "0.4"` here instead!
# Use `cxx-qt-lib = "0.5"` here instead!
cxx-qt-lib.workspace = true

[build-dependencies]
# Use `cxx-qt-build = "0.4"` here instead!
# Use `cxx-qt-build = "0.5"` here instead!
cxx-qt-build.workspace = true
# ANCHOR_END: book_cargo_toml_no_cmake
6 changes: 3 additions & 3 deletions examples/qml_minimal/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ crate-type = ["staticlib"]
[dependencies]
# Use `cxx = "1.0.83"` here instead!
cxx.workspace = true
# Use `cxx-qt = "0.4"` here instead!
# Use `cxx-qt = "0.5"` here instead!
cxx-qt.workspace = true
# Use `cxx-qt-lib = "0.4"` here instead!
# Use `cxx-qt-lib = "0.5"` here instead!
cxx-qt-lib.workspace = true
# ANCHOR_END: book_dependencies

# cxx-qt-build generates C++ code from the `#[cxx_qt::bridge]` module
# and compiles it together with the Rust static library
# ANCHOR: book_build_dependencies
[build-dependencies]
# Use `cxx-qt-build = "0.4"` here instead!
# Use `cxx-qt-build = "0.5"` here instead!
cxx-qt-build.workspace = true
# ANCHOR_END: book_build_dependencies

Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cxx-qt",
"version": "0.4",
"version": "0.5",
"description": "Rust bindings for Qt using CXX",
"homepage": "https://kdab.github.io/cxx-qt/book/",
"license": "MIT OR Apache-2.0",
Expand Down

0 comments on commit 3e4a7f8

Please sign in to comment.