Bump all of the versions to 0.7.0

This commit is contained in:
Jonas Platte
2024-01-05 12:45:01 +01:00
committed by Jonas Platte
parent 2710a85897
commit 40b09cda2f
16 changed files with 39 additions and 41 deletions
Generated
+11 -11
View File
@@ -2992,7 +2992,7 @@ dependencies = [
[[package]]
name = "matrix-sdk"
version = "0.6.2"
version = "0.7.0"
dependencies = [
"anyhow",
"anymap2",
@@ -3061,7 +3061,7 @@ dependencies = [
[[package]]
name = "matrix-sdk-base"
version = "0.6.1"
version = "0.7.0"
dependencies = [
"as_variant",
"assert_matches",
@@ -3091,7 +3091,7 @@ dependencies = [
[[package]]
name = "matrix-sdk-common"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"assert_matches",
"async-trait",
@@ -3117,7 +3117,7 @@ dependencies = [
[[package]]
name = "matrix-sdk-crypto"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"aes",
"anyhow",
@@ -3234,7 +3234,7 @@ dependencies = [
[[package]]
name = "matrix-sdk-indexeddb"
version = "0.2.0"
version = "0.7.0"
dependencies = [
"anyhow",
"assert_matches",
@@ -3288,7 +3288,7 @@ dependencies = [
[[package]]
name = "matrix-sdk-qrcode"
version = "0.4.0"
version = "0.7.0"
dependencies = [
"byteorder",
"image",
@@ -3300,7 +3300,7 @@ dependencies = [
[[package]]
name = "matrix-sdk-sqlite"
version = "0.1.0"
version = "0.7.0"
dependencies = [
"assert_matches",
"async-trait",
@@ -3326,7 +3326,7 @@ dependencies = [
[[package]]
name = "matrix-sdk-store-encryption"
version = "0.2.0"
version = "0.7.0"
dependencies = [
"anyhow",
"blake3",
@@ -3346,7 +3346,7 @@ dependencies = [
[[package]]
name = "matrix-sdk-test"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"ctor",
"getrandom 0.2.11",
@@ -3363,7 +3363,7 @@ dependencies = [
[[package]]
name = "matrix-sdk-test-macros"
version = "0.3.0"
version = "0.7.0"
dependencies = [
"quote",
"syn 2.0.46",
@@ -3371,7 +3371,7 @@ dependencies = [
[[package]]
name = "matrix-sdk-ui"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"anyhow",
"as_variant",
+10 -10
View File
@@ -54,16 +54,16 @@ uniffi_bindgen = { git = "https://github.com/mozilla/uniffi-rs", rev = "0a03b713
vodozemac = "0.5.0"
zeroize = "1.6.0"
matrix-sdk = { path = "crates/matrix-sdk", version = "0.6.2", default-features = false }
matrix-sdk-base = { path = "crates/matrix-sdk-base", version = "0.6.1" }
matrix-sdk-common = { path = "crates/matrix-sdk-common", version = "0.6.0" }
matrix-sdk-crypto = { path = "crates/matrix-sdk-crypto", version = "0.6.0" }
matrix-sdk-indexeddb = { path = "crates/matrix-sdk-indexeddb", version = "0.2.0", default-features = false }
matrix-sdk-qrcode = { path = "crates/matrix-sdk-qrcode", version = "0.4.0" }
matrix-sdk-sqlite = { path = "crates/matrix-sdk-sqlite", version = "0.1.0", default-features = false }
matrix-sdk-store-encryption = { path = "crates/matrix-sdk-store-encryption", version = "0.2.0" }
matrix-sdk-test = { path = "testing/matrix-sdk-test", version = "0.6.0" }
matrix-sdk-ui = { path = "crates/matrix-sdk-ui", version = "0.6.0", default-features = false }
matrix-sdk = { path = "crates/matrix-sdk", version = "0.7.0", default-features = false }
matrix-sdk-base = { path = "crates/matrix-sdk-base", version = "0.7.0" }
matrix-sdk-common = { path = "crates/matrix-sdk-common", version = "0.7.0" }
matrix-sdk-crypto = { path = "crates/matrix-sdk-crypto", version = "0.7.0" }
matrix-sdk-indexeddb = { path = "crates/matrix-sdk-indexeddb", version = "0.7.0", default-features = false }
matrix-sdk-qrcode = { path = "crates/matrix-sdk-qrcode", version = "0.7.0" }
matrix-sdk-sqlite = { path = "crates/matrix-sdk-sqlite", version = "0.7.0", default-features = false }
matrix-sdk-store-encryption = { path = "crates/matrix-sdk-store-encryption", version = "0.7.0" }
matrix-sdk-test = { path = "testing/matrix-sdk-test", version = "0.7.0" }
matrix-sdk-ui = { path = "crates/matrix-sdk-ui", version = "0.7.0", default-features = false }
# Default release profile, select with `--release`
[profile.release]
+4 -6
View File
@@ -1,6 +1,4 @@
# Changelog
## unreleased
# 0.7.0
- Rename `RoomType` to `RoomState`
- Add `RoomInfo::state` accessor
@@ -33,9 +31,9 @@
- Move `Session`, `SessionTokens` and associated methods to the `matrix-sdk` crate.
- Add `Room::subscribe_info`
## 0.5.1
# 0.5.1
### Bug Fixes
## Bug Fixes
- #664: Fix regression with push rules being applied to the own user_id only instead of all but the own user_id
## 0.5.0
# 0.5.0
+1 -1
View File
@@ -9,7 +9,7 @@ name = "matrix-sdk-base"
readme = "README.md"
repository = "https://github.com/matrix-org/matrix-rust-sdk"
rust-version = { workspace = true }
version = "0.6.1"
version = "0.7.0"
[package.metadata.docs.rs]
all-features = true
+1 -1
View File
@@ -9,7 +9,7 @@ name = "matrix-sdk-common"
readme = "README.md"
repository = "https://github.com/matrix-org/matrix-rust-sdk"
rust-version = { workspace = true }
version = "0.6.0"
version = "0.7.0"
[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
+1 -1
View File
@@ -1,4 +1,4 @@
# unreleased
# 0.7.0
- Add method to mark a list of inbound group sessions as backed up:
`CryptoStore::mark_inbound_group_sessions_as_backed_up`
+1 -1
View File
@@ -9,7 +9,7 @@ name = "matrix-sdk-crypto"
readme = "README.md"
repository = "https://github.com/matrix-org/matrix-rust-sdk"
rust-version = { workspace = true }
version = "0.6.0"
version = "0.7.0"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "matrix-sdk-indexeddb"
version = "0.2.0"
version = "0.7.0"
repository = "https://github.com/matrix-org/matrix-rust-sdk"
description = "Web's IndexedDB Storage backend for matrix-sdk"
license = "Apache-2.0"
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "matrix-sdk-qrcode"
description = "Library to encode and decode QR codes for interactive verifications in Matrix land"
version = "0.4.0"
version = "0.7.0"
authors = ["Damir Jelić <poljar@termina.org.uk>"]
edition = "2021"
homepage = "https://github.com/matrix-org/matrix-rust-sdk"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "matrix-sdk-sqlite"
version = "0.1.0"
version = "0.7.0"
edition = "2021"
repository = "https://github.com/matrix-org/matrix-rust-sdk"
description = "Sqlite storage backend for matrix-sdk"
@@ -1,6 +1,6 @@
[package]
name = "matrix-sdk-store-encryption"
version = "0.2.0"
version = "0.7.0"
edition = "2021"
description = "Helpers for encrypted storage keys for the Matrix SDK"
repository = "https://github.com/matrix-org/matrix-rust-sdk"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "matrix-sdk-ui"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
repository = "https://github.com/matrix-org/matrix-rust-sdk"
license = "Apache-2.0"
+1 -1
View File
@@ -1,4 +1,4 @@
# unreleased
# 0.7.0
Breaking changes:
+1 -1
View File
@@ -9,7 +9,7 @@ name = "matrix-sdk"
readme = "README.md"
repository = "https://github.com/matrix-org/matrix-rust-sdk"
rust-version = { workspace = true }
version = "0.6.2"
version = "0.7.0"
[package.metadata.docs.rs]
features = ["docsrs"]
+1 -1
View File
@@ -9,7 +9,7 @@ name = "matrix-sdk-test-macros"
readme = "README.md"
repository = "https://github.com/matrix-org/matrix-rust-sdk"
rust-version = { workspace = true }
version = "0.3.0"
version = "0.7.0"
[lib]
proc-macro = true
+2 -2
View File
@@ -9,7 +9,7 @@ name = "matrix-sdk-test"
readme = "README.md"
repository = "https://github.com/matrix-org/matrix-rust-sdk"
rust-version = { workspace = true }
version = "0.6.0"
version = "0.7.0"
[lib]
test = false
@@ -17,7 +17,7 @@ doctest = false
[dependencies]
http = { workspace = true }
matrix-sdk-test-macros = { version = "0.3.0", path = "../matrix-sdk-test-macros" }
matrix-sdk-test-macros = { version = "0.7.0", path = "../matrix-sdk-test-macros" }
once_cell = { workspace = true }
ruma = { workspace = true, features = ["rand"] }
serde = { workspace = true }