Reset for version v0.86.6

This commit is contained in:
Max Moiseev
2025-11-17 13:02:03 -08:00
parent b39e93f1a5
commit de5bbb992b
9 changed files with 17 additions and 14 deletions

10
Cargo.lock generated
View File

@@ -2476,7 +2476,7 @@ dependencies = [
[[package]]
name = "libsignal-ffi"
version = "0.86.5"
version = "0.86.6"
dependencies = [
"cpufeatures",
"hex",
@@ -2496,14 +2496,14 @@ dependencies = [
[[package]]
name = "libsignal-jni"
version = "0.86.5"
version = "0.86.6"
dependencies = [
"libsignal-jni-impl",
]
[[package]]
name = "libsignal-jni-impl"
version = "0.86.5"
version = "0.86.6"
dependencies = [
"cfg-if",
"cpufeatures",
@@ -2520,7 +2520,7 @@ dependencies = [
[[package]]
name = "libsignal-jni-testing"
version = "0.86.5"
version = "0.86.6"
dependencies = [
"jni",
"libsignal-bridge-testing",
@@ -2823,7 +2823,7 @@ dependencies = [
[[package]]
name = "libsignal-node"
version = "0.86.5"
version = "0.86.6"
dependencies = [
"cmake",
"futures",

View File

@@ -37,7 +37,7 @@ default-members = [
resolver = "2" # so that our dev-dependency features don't leak into products
[workspace.package]
version = "0.86.5"
version = "0.86.6"
authors = ["Signal Messenger LLC"]
license = "AGPL-3.0-only"
rust-version = "1.85"

View File

@@ -5,7 +5,7 @@
Pod::Spec.new do |s|
s.name = 'LibSignalClient'
s.version = '0.86.5'
s.version = '0.86.6'
s.summary = 'A Swift wrapper library for communicating with the Signal messaging service.'
s.homepage = 'https://github.com/signalapp/libsignal'

View File

@@ -1,3 +1,2 @@
v0.86.5
v0.86.6
- chat: Fixed parsing of 409/410 responses for sendMultiRecipientMessage.

View File

@@ -22,7 +22,7 @@ repositories {
}
allprojects {
version = "0.86.5"
version = "0.86.6"
group = "org.signal"
tasks.withType(JavaCompile) {

View File

@@ -770,5 +770,9 @@
{
"version": "v0.86.4",
"size": 6709312
},
{
"version": "v0.86.5",
"size": 6712144
}
]

View File

@@ -1,12 +1,12 @@
{
"name": "@signalapp/libsignal-client",
"version": "0.86.5",
"version": "0.86.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@signalapp/libsignal-client",
"version": "0.86.5",
"version": "0.86.6",
"hasInstallScript": true,
"license": "AGPL-3.0-only",
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@signalapp/libsignal-client",
"version": "0.86.5",
"version": "0.86.6",
"repository": "github:signalapp/libsignal",
"license": "AGPL-3.0-only",
"type": "module",

View File

@@ -5,4 +5,4 @@
// The value of this constant is updated by the script
// and should not be manually modified
pub const VERSION: &str = "0.86.5";
pub const VERSION: &str = "0.86.6";