Skip to content

Commit 255e271

Browse files
Bump version 3.9.3-a.0+dev -> 3.9.3-rc.0
1 parent 51bdeb6 commit 255e271

25 files changed

Lines changed: 65 additions & 59 deletions

Cargo.lock

Lines changed: 28 additions & 28 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
@@ -72,7 +72,7 @@ publish = false
7272
repository = "https://github.com/Scille/parsec-cloud"
7373
# We use the same version for all crates.
7474
# This comment is used to prevent `taplo` from adding multiple spaces between the version and the comment.
75-
version = "3.9.3-a.0+dev" # __PARSEC_VERSION__
75+
version = "3.9.3-rc.0" # __PARSEC_VERSION__
7676

7777
[workspace.lints.clippy]
7878
undocumented_unsafe_blocks = "deny"

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ Parsec v3.x
88
.. towncrier release notes start
99
1010
11+
Parsec v3.9.3-rc.0 (2026-07-22)
12+
-------------------------------
13+
14+
No significant changes.
15+
16+
1117
Parsec v3.9.2 (2026-06-25)
1218
--------------------------
1319

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PARSEC BUSINESS SOURCE LICENSE AGREEMENT
22

33
Business Source License 1.1
44
Licensor: Scille SAS
5-
Licensed Work: Parsec v3.9.3-a.0+dev
5+
Licensed Work: Parsec v3.9.3-rc.0
66
The Licensed Work is © 2016-2021 Scille SAS
77

88
Additional Use Grant: You may make production use of the Licensed Work, provided
@@ -19,7 +19,7 @@ Additional Use Grant: You may make production use of the Licensed Work, provided
1919
2) use the Licensed Work for use in a governmental or any
2020
for-profit entity with more than fifty (50) users.
2121

22-
Change Date: Jun 24, 2030
22+
Change Date: Jul 21, 2030
2323

2424

2525
Change License: GNU Affero General Public License, Version 3 (AGPLv3)

bindings/electron/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.

bindings/electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libparsec_bindings_electron",
3-
"version": "3.9.3-a.0+dev",
3+
"version": "3.9.3-rc.0",
44
"description": "",
55
"main": "dist/libparsec.node",
66
"scripts": {

bindings/web/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.

bindings/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "libparsec_bindings_web",
33
"private": true,
4-
"version": "3.9.3-a.0+dev",
4+
"version": "3.9.3-rc.0",
55
"license": "BUSL-1.1",
66
"scripts": {
77
"build": "node scripts/build.js",

cli/tests/integration/version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
fn version() {
33
crate::assert_cmd_success!("--version").stdout(
44
// Using `concat!` simplify updating the version using `version-updater`
5-
concat!("parsec-cli 3.9.3-a.0+dev", "\n"),
5+
concat!("parsec-cli 3.9.3-rc.0", "\n"),
66
);
77
}

client/electron/assets/electron-publisher-custom.js

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

33
const { GitHubPublisher } = require('electron-publish/out/gitHubPublisher');
44

5-
const VERSION = '3.9.3-a.0+dev';
5+
const VERSION = '3.9.3-rc.0';
66

77
class CustomGitHubPublisher extends GitHubPublisher {
88
/**

0 commit comments

Comments
 (0)