Skip to content

Commit

Permalink
Bump version 2.16.0-rc.8+dev -> 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FirelightFlagboy committed Oct 31, 2023
1 parent aa3e1d6 commit c7ac7e8
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 94 deletions.
106 changes: 19 additions & 87 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,99 +5,14 @@ History
.. towncrier release notes start
Parsec v2.16.0-rc.8 (2023-10-23)
--------------------------------

Bugfixes
~~~~~~~~

* Fix a regression causing the offline availability feature to be unavailable
for workspaces other than the first one in the list.
(`#5556 <https://github.com/Scille/parsec-cloud/issues/5556>`__)
* Fix confusing numbering of versions in the file history display.
(`#5561 <https://github.com/Scille/parsec-cloud/issues/5561>`__)


Parsec v2.16.0-rc.7 (2023-10-18)
--------------------------------

Bugfixes
~~~~~~~~

* Fix a concurrency issue causing connection loss when logging in after a re-
encryption.
(`#5542 <https://github.com/Scille/parsec-cloud/issues/5542>`__)


Parsec v2.16.0-rc.6 (2023-10-16)
--------------------------------

No significant changes.


Parsec v2.16.0-rc.5 (2023-09-27)
--------------------------------
Parsec v2.16.0 (2023-10-31)
---------------------------

Features
~~~~~~~~

* Add support for archiving workspaces and planning their deletion.
(`#5061 <https://github.com/Scille/parsec-cloud/issues/5061>`__)

Bugfixes
~~~~~~~~

* Fixed an issue on MacOS where a file would be deleted when trying to save it
from some specific native softwares.
(`#2330 <https://github.com/Scille/parsec-cloud/issues/2330>`__)


Parsec v2.16.0-rc.4 (2023-08-25)
--------------------------------

No significant changes.


Parsec v2.16.0-rc.3 (2023-08-03)
--------------------------------

Improved Documentation
~~~~~~~~~~~~~~~~~~~~~~

* Add SBOM (Software Bills Of Materials) generation on software packaging. This
provides the list of dependencies used to build the software.
(`#4770 <https://github.com/Scille/parsec-cloud/issues/4770>`__)


Parsec v2.16.0-rc.2 (2023-07-05)
--------------------------------

No significant changes.


Parsec v2.16.0-rc.1 (2023-07-05)
--------------------------------

No significant changes.


Parsec v2.16.0-rc.0 (2023-06-29)
--------------------------------

Bugfixes
~~~~~~~~

* On linux, if you're using something other than ubuntu, you may need to install
``libfuse2`` or ``fuse2`` using the package manager of your system.
(`#4760 <https://github.com/Scille/parsec-cloud/issues/4760>`__)


Parsec v2.16.0-a.0 (2023-06-07)
-------------------------------

Features
~~~~~~~~

* Add a dialog to manage offline availability for workspaces (i.e a user can now
choose keep all the data available locally for offline access)
(`#2266 <https://github.com/Scille/parsec-cloud/issues/2266>`__)
Expand All @@ -110,6 +25,20 @@ Features
Bugfixes
~~~~~~~~

* Fix a regression causing the offline availability feature to be unavailable
for workspaces other than the first one in the list.
(`#5556 <https://github.com/Scille/parsec-cloud/issues/5556>`__)
* Fix confusing numbering of versions in the file history display.
(`#5561 <https://github.com/Scille/parsec-cloud/issues/5561>`__)
* Fix a concurrency issue causing connection loss when logging in after a re-
encryption.
(`#5542 <https://github.com/Scille/parsec-cloud/issues/5542>`__)
* Fixed an issue on MacOS where a file would be deleted when trying to save it
from some specific native softwares.
(`#2330 <https://github.com/Scille/parsec-cloud/issues/2330>`__)
* On linux, if you're using something other than ubuntu, you may need to install
``libfuse2`` or ``fuse2`` using the package manager of your system.
(`#4760 <https://github.com/Scille/parsec-cloud/issues/4760>`__)
* Prevent accidental creation of multiple parsec organizations at the same time
(`#3698 <https://github.com/Scille/parsec-cloud/issues/3698>`__)
* Accept parenthesis in HumanHandle's label
Expand Down Expand Up @@ -137,6 +66,9 @@ Bugfixes
Improved Documentation
~~~~~~~~~~~~~~~~~~~~~~

* Add SBOM (Software Bills Of Materials) generation on software packaging. This
provides the list of dependencies used to build the software.
(`#4770 <https://github.com/Scille/parsec-cloud/issues/4770>`__)
* Correct the favicon displayed on the provided documentation at
<https://docs.parsec.cloud>
(`#4127 <https://github.com/Scille/parsec-cloud/issues/4127>`__)
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 = "2.16.0-rc.8+dev"
version = "2.16.0"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
4 changes: 2 additions & 2 deletions licenses/BUSL-Scille.txt
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 v2.16.0-rc.8+dev
Licensed Work: Parsec v2.16.0
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: Oct 22, 2027
Change Date: Oct 30, 2027


Change License: GNU Affero General Public License, Version 3 (AGPLv3)
Expand Down
2 changes: 1 addition & 1 deletion misc/version_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class Tool(enum.Enum):
Tool.Poetry: "1.3.2",
Tool.Node: "18.12.0",
Tool.WasmPack: "0.11.0",
Tool.Parsec: "2.16.0-rc.8+dev",
Tool.Parsec: "2.16.0",
}


Expand Down
2 changes: 1 addition & 1 deletion packaging/snap/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: parsec
version: 2.16.0-rc.8+dev
version: 2.16.0
summary: Secure cloud framework # 79 char long summary
description: |
Parsec is an open-source cloud-based application that allow simple yet
Expand Down
2 changes: 1 addition & 1 deletion parsec/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

# This file is imported from __init__.py and exec'd from setup.py

__version__ = "v2.16.0-rc.8+dev"
__version__ = "v2.16.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "parsec-cloud"
version = "v2.16.0-rc.8+dev"
version = "v2.16.0"
description = "Secure cloud framework"
authors = ["Scille SAS <[email protected]>"]
readme = "README.rst"
Expand Down

0 comments on commit c7ac7e8

Please sign in to comment.