Skip to content

Commit 5b90cf2

Browse files
committed
Reset for version v0.67.3
1 parent bb077db commit 5b90cf2

File tree

9 files changed

+17
-20
lines changed

9 files changed

+17
-20
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ default-members = [
3636
resolver = "2" # so that our dev-dependency features don't leak into products
3737

3838
[workspace.package]
39-
version = "0.67.2"
39+
version = "0.67.3"
4040
rust-version = "1.80.1"
4141
authors = ["Signal Messenger LLC"]
4242
license = "AGPL-3.0-only"

LibSignalClient.podspec

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

66
Pod::Spec.new do |s|
77
s.name = 'LibSignalClient'
8-
s.version = '0.67.2'
8+
s.version = '0.67.3'
99
s.summary = 'A Swift wrapper library for communicating with the Signal messaging service.'
1010

1111
s.homepage = 'https://github.com/signalapp/libsignal'

RELEASE_NOTES.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,2 @@
1-
v0.67.2
1+
v0.67.3
22

3-
- Update nightly Rust compiler to the latest version.
4-
- Our DoH resolver will no longer connnect to IPv6 DoH resolvers while IPv6 is disabled.
5-
- Switch message chain key storage to store seed value rather than IV/MAC-key/key.
6-
- Abstract Server(Private/Public)Params from endorsements. Reduces dependencies in clients and issuing servers.
7-
- Add EndorsementPublicRootKey accessor to ServerPublicParams.
8-
- Node: ChatListener has a new optional callback for server alerts. (iOS and Android coming later.)
9-
- Add support for avatarColor/svrPin fields in backup protos

java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
allprojects {
9-
version = "0.67.2"
9+
version = "0.67.3"
1010
group = "org.signal"
1111
}
1212

java/code_size.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,5 +530,9 @@
530530
{
531531
"version": "v0.67.1",
532532
"size": 5315416
533+
},
534+
{
535+
"version": "v0.67.2",
536+
"size": 5343984
533537
}
534538
]

node/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@signalapp/libsignal-client",
3-
"version": "0.67.2",
3+
"version": "0.67.3",
44
"license": "AGPL-3.0-only",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

rust/core/src/version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
// The value of this constant is updated by the script
77
// and should not be manually modified
8-
pub const VERSION: &str = "0.67.2";
8+
pub const VERSION: &str = "0.67.3";

0 commit comments

Comments
 (0)