Skip to content

Commit

Permalink
Bump version 3.0.0-b.12+dev -> 3.0.0-b.14
Browse files Browse the repository at this point in the history
  • Loading branch information
FirelightFlagboy committed Aug 1, 2024
1 parent 3b428bb commit 655c4c1
Show file tree
Hide file tree
Showing 22 changed files with 53 additions and 47 deletions.
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-b.12+dev"
version = "3.0.0-b.14"
repository = "https://github.com/Scille/parsec-cloud"

[workspace.lints.clippy]
Expand Down
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ History
.. towncrier release notes start
Parsec v3.0.0-b.14 (2024-08-01)
-------------------------------

No significant changes.


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

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-b.12+dev
Licensed Work: Parsec v3.0.0-b.14
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: Mar 25, 2028
Change Date: Jul 31, 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-b.12+dev",
"version": "3.0.0-b.14",
"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-b.12+dev",
"version": "3.0.0-b.14",
"license": "BUSL-1.1",
"scripts": {
"build": "node scripts/build.js",
Expand Down
2 changes: 1 addition & 1 deletion cli/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ fn version() {
.assert()
.stdout(
// Using `concat!` simplify updating the version using `version-updater`
concat!("parsec_cli 3.0.0-b.12+dev", "\n"),
concat!("parsec_cli 3.0.0-b.14", "\n"),
);
}

Expand Down
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-b.12+dev';
const VERSION = '3.0.0-b.14';

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 @@ -94,7 +94,7 @@ const signOptions = {
const options = {
appId: 'cloud.parsec.parsec-v3',
artifactName: 'Parsec_${buildVersion}_${os}_${env.BUILD_MACHINE_ARCH}.${ext}',
buildVersion: '3.0.0-b.12+dev',
buildVersion: '3.0.0-b.14',
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-b.12+dev",
"version": "3.0.0-b.14",
"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-b.12+dev
version: 3.0.0-b.14
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-b.12+dev",
"version": "3.0.0-b.14",
"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
pip install 'parsec-cloud[backend]==3.0.0-b.12+dev'
pip install 'parsec-cloud[backend]==3.0.0-b.14'
4. Prepare the database by applying the migrations:

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# the built documents.
#
# The short X.Y version.
version = "3.0.0-b.12+dev"
version = "3.0.0-b.14"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion libparsec/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0-b.12+dev
3.0.0-b.14
2 changes: 1 addition & 1 deletion misc/version_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def refresh_npm_package_lock(update_files: set[Path]) -> set[Path]:
Tool.Poetry: "1.5.1",
Tool.Node: "18.12.0",
Tool.WasmPack: "0.12.1",
Tool.Parsec: "3.0.0-b.12+dev",
Tool.Parsec: "3.0.0-b.14",
Tool.Nextest: "0.9.54",
Tool.License: "BUSL-1.1",
Tool.PostgreSQL: "14.10",
Expand Down
Loading

0 comments on commit 655c4c1

Please sign in to comment.