Skip to content

Commit 4f0d39c

Browse files
Reset for version v0.76.1
1 parent 7661ce6 commit 4f0d39c

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.0"
40+
version = "0.76.1"
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.0'
8+
s.version = '0.76.1'
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.0
1+
v0.76.1
22

3-
- The net-related RequestedInformation type in Java, Swift, and Rust has been renamed to ChallengeOption, and in some cases relocated, to reflect its broader usage. The cases within the type have not been changed.
4-
5-
- Java: documentation is now produced by Dokka instead of javadoc; for Kotlin-flavored docs, you can consume the -dokka Maven artifact instead of the -javadoc one.

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.0"
18+
version = "0.76.1"
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
@@ -618,5 +618,9 @@
618618
{
619619
"version": "v0.75.1",
620620
"size": 6053664
621+
},
622+
{
623+
"version": "v0.76.0",
624+
"size": 6066656
621625
}
622626
]

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

0 commit comments

Comments
 (0)