Skip to content

Commit

Permalink
Reset for version v0.66.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-signal committed Feb 11, 2025
1 parent 50d7cf6 commit c1ba7d5
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 15 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ default-members = [
resolver = "2" # so that our dev-dependency features don't leak into products

[workspace.package]
version = "0.65.7"
version = "0.66.1"
rust-version = "1.75"
authors = ["Signal Messenger LLC"]
license = "AGPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion LibSignalClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = 'LibSignalClient'
s.version = '0.65.7'
s.version = '0.66.1'
s.summary = 'A Swift wrapper library for communicating with the Signal messaging service.'

s.homepage = 'https://github.com/signalapp/libsignal'
Expand Down
4 changes: 1 addition & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
v0.66.0
v0.66.1

- Removes the ChatService APIs on all platforms. Existing code should be migrated to the newer
ChatConnection APIs.
2 changes: 1 addition & 1 deletion java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

allprojects {
version = "0.65.7"
version = "0.66.1"
group = "org.signal"
}

Expand Down
4 changes: 4 additions & 0 deletions java/code_size.json
Original file line number Diff line number Diff line change
Expand Up @@ -510,5 +510,9 @@
{
"version": "v0.65.6",
"size": 5430016
},
{
"version": "v0.66.0",
"size": 5233440
}
]
4 changes: 2 additions & 2 deletions node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signalapp/libsignal-client",
"version": "0.65.7",
"version": "0.66.1",
"license": "AGPL-3.0-only",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion rust/core/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.65.7";
pub const VERSION: &str = "0.66.1";

0 comments on commit c1ba7d5

Please sign in to comment.