Skip to content

Commit

Permalink
Bump version 3.0.3-rc.3+dev -> 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel committed Oct 3, 2024
1 parent 9a01075 commit 128350f
Show file tree
Hide file tree
Showing 25 changed files with 63 additions and 72 deletions.
46 changes: 23 additions & 23 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 @@ -61,7 +61,7 @@ publish = false
repository = "https://github.com/Scille/parsec-cloud"
# We use the same version for all crates.
# This comment is used to prevent `taplo` from adding multiple spaces between the version and the comment.
version = "3.0.3-rc.3+dev" # __PARSEC_VERSION__
version = "3.0.3" # __PARSEC_VERSION__

[workspace.lints.clippy]
undocumented_unsafe_blocks = "deny"
Expand Down
25 changes: 8 additions & 17 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,28 @@ History
.. towncrier release notes start
Parsec v3.0.3-rc.2 (2024-10-03)
-------------------------------
Parsec v3.0.3 (2024-10-03)
--------------------------

Bugfixes
~~~~~~~~

* Fix link to download parsec client in invitation email
(`#8599 <https://github.com/Scille/parsec-cloud/issues/8599>`__)


Miscellaneous internal changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Added raw invitation URL in the invitation email
(`#8367 <https://github.com/Scille/parsec-cloud/issues/8367>`__)



Parsec v3.0.3-rc.1 (2024-10-02)
-------------------------------

Bugfixes
~~~~~~~~

* Fixed unhandled error when creating a new organization on SAAS
(`#8588 <https://github.com/Scille/parsec-cloud/issues/8588>`__)

* Fixed customer area not showing a newly created organization
(`#8578 <https://github.com/Scille/parsec-cloud/issues/8578>`__)


Miscellaneous internal changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Added raw invitation URL in the invitation email
(`#8367 <https://github.com/Scille/parsec-cloud/issues/8367>`__)


Parsec v3.0.2 (2024-10-01)
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PARSEC BUSINESS SOURCE LICENSE AGREEMENT

Business Source License 1.1
Licensor: Scille SAS
Licensed Work: Parsec v3.0.3-rc.3+dev
Licensed Work: Parsec v3.0.3
The Licensed Work is © 2016-2021 Scille SAS

Additional Use Grant: You may make production use of the Licensed Work, provided
Expand Down
4 changes: 2 additions & 2 deletions bindings/electron/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 bindings/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libparsec_bindings_electron",
"version": "3.0.3-rc.3+dev",
"version": "3.0.3",
"description": "",
"main": "index.node",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions bindings/web/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 bindings/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "libparsec_bindings_web",
"private": true,
"version": "3.0.3-rc.3+dev",
"version": "3.0.3",
"license": "BUSL-1.1",
"scripts": {
"build": "node scripts/build.js",
Expand Down
2 changes: 1 addition & 1 deletion cli/tests/integration/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
fn version() {
crate::assert_cmd_success!("--version").stdout(
// Using `concat!` simplify updating the version using `version-updater`
concat!("parsec-cli 3.0.3-rc.3+dev", "\n"),
concat!("parsec-cli 3.0.3", "\n"),
);
}
2 changes: 1 addition & 1 deletion client/electron/assets/electron-publisher-custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

const VERSION = '3.0.3-rc.3+dev';
const VERSION = '3.0.3';

class CustomGitHubPublisher extends GitHubPublisher {
/**
Expand Down
4 changes: 2 additions & 2 deletions client/electron/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 client/electron/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const options = {
appId: 'ParsecCloud.Parsec.Parsec.3',
productName: 'Parsec',
artifactName: UNSIGNED_ARTIFACT_NAME,
buildVersion: '3.0.3-rc.3+dev',
buildVersion: '3.0.3',
protocols: {
name: 'Parsec-v3',
schemes: [PARSEC_SCHEME],
Expand Down
2 changes: 1 addition & 1 deletion client/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parsec",
"version": "3.0.3-rc.3+dev",
"version": "3.0.3",
"description": "Parsec.cloud",
"author": {
"name": "Scille SAS",
Expand Down
2 changes: 1 addition & 1 deletion client/electron/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: parsec
base: core22
version: 3.0.3-rc.3+dev
version: 3.0.3
summary: Secure cloud framework
description: Parsec is an open-source cloud-based application that allow simple yet cryptographically secure file hosting.
grade: stable
Expand Down
4 changes: 2 additions & 2 deletions client/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 client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "client-vite",
"private": true,
"version": "3.0.3-rc.3+dev",
"version": "3.0.3",
"type": "module",
"license": "BUSL-1.1",
"scripts": {
Expand Down
Loading

0 comments on commit 128350f

Please sign in to comment.