Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Acknowledge release 3.0.0 #8439

Closed
wants to merge 12 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 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 @@ -56,7 +56,7 @@ authors = ["@Scille/parsec-dev", "@Scille/rust-code-owners"]
edition = "2021"
homepage = "https://parsec.cloud"
license = "BUSL-1.1"
version = "3.0.0-rc.1+dev"
version = "3.0.1+dev"
repository = "https://github.com/Scille/parsec-cloud"

[workspace.lints.clippy]
Expand Down
22 changes: 2 additions & 20 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,8 @@ History
.. towncrier release notes start


Parsec v3.0.0-rc.1 (2024-08-13)
-------------------------------

No significant changes.


Parsec v3.0.0-rc.0 (2024-08-13)
-------------------------------

No significant changes.


Parsec v3.0.0-b.6 (2024-03-26)
------------------------------

No significant changes.


Parsec v3.0.0-b.1 (2024-03-26)
------------------------------
Parsec v3.0.0 (2024-09-18)
--------------------------

The 3.0 release is a major rewrite of Parsec Client from Python to Rust.
Parsec Client is now based on a Rust core library (libparsec) and a
Expand Down
4 changes: 2 additions & 2 deletions 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.0-rc.1+dev
Licensed Work: Parsec v3.0.1+dev
The Licensed Work is © 2016-2021 Scille SAS

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

Change Date: Aug 12, 2028
Change Date: Sep 17, 2028


Change License: GNU Affero General Public License, Version 3 (AGPLv3)
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.0-rc.1+dev",
"version": "3.0.1+dev",
"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.0-rc.1+dev",
"version": "3.0.1+dev",
"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.0-rc.1+dev", "\n"),
concat!("parsec-cli 3.0.1+dev", "\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.0-rc.1+dev';
const VERSION = '3.0.1+dev';

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.0-rc.1+dev',
buildVersion: '3.0.1+dev',
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.0-rc.1+dev",
"version": "3.0.1+dev",
"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.0-rc.1+dev
version: 3.0.1+dev
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.0-rc.1+dev",
"version": "3.0.1+dev",
"type": "module",
"license": "BUSL-1.1",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion docs/adminguide/hosting/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ Installation

.. code-block:: bash

python -m pip install 'parsec-cloud==3.0.0-rc.1+dev'
python -m pip install 'parsec-cloud==3.0.1+dev'

4. Prepare the database by applying the migrations:

Expand Down
2 changes: 1 addition & 1 deletion docs/adminguide/hosting/parsec-server.docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
- parsec-smtp
- parsec-s3
- parsec-postgres
image: ghcr.io/scille/parsec-cloud/parsec-server:3.0.0-rc.1+dev
image: ghcr.io/scille/parsec-cloud/parsec-server:3.0.1+dev
container_name: parsec-server
env_file:
- parsec.env
Expand Down
Loading
Loading