Skip to content

Commit a400a00

Browse files
committed
Reset for version v0.76.3
1 parent 71c44d4 commit a400a00

File tree

9 files changed

+17
-16
lines changed

9 files changed

+17
-16
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
@@ -37,7 +37,7 @@ default-members = [
3737
resolver = "2" # so that our dev-dependency features don't leak into products
3838

3939
[workspace.package]
40-
version = "0.76.2"
40+
version = "0.76.3"
4141
authors = ["Signal Messenger LLC"]
4242
license = "AGPL-3.0-only"
4343
rust-version = "1.83.0"

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.76.2'
8+
s.version = '0.76.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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
v0.76.2
1+
v0.76.3
22

3-
- Java: Fix lifetime management for bridged objects used with async functions; previously there was a window where they could get prematurely deallocated, leading to undefined behavior.
4-
5-
- Java: Simplify and fix the finalization of incremental mac streams.

java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515
}
1616

1717
allprojects {
18-
version = "0.76.2"
18+
version = "0.76.3"
1919
group = "org.signal"
2020

2121
tasks.withType(KotlinCompile).configureEach {

java/code_size.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,5 +626,9 @@
626626
{
627627
"version": "v0.76.1",
628628
"size": 6075960
629+
},
630+
{
631+
"version": "v0.76.2",
632+
"size": 6148888
629633
}
630634
]

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.76.2",
3+
"version": "0.76.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.76.2";
8+
pub const VERSION: &str = "0.76.3";

0 commit comments

Comments
 (0)