Skip to content

Commit

Permalink
Bump version v1.8.0+dev -> v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
c4ffein committed Mar 6, 2020
1 parent e5ac903 commit ccbe962
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 9 deletions.
29 changes: 29 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,35 @@ History
.. towncrier release notes start
Parsec 1.9.0 (2020-03-06)
-------------------------

Features
~~~~~~~~

* Only allows one log in tab in all situations (`#963
<https://github.com/Scille/parsec-cloud/issues/963>`__)

Bugfixes
~~~~~~~~

* Fixed invalid access to file table item (`#1021
<https://github.com/Scille/parsec-cloud/issues/1021>`__)
* Fix error handling during workspace reencryption detection when offline.
(`#1016 <https://github.com/Scille/parsec-cloud/issues/1016>`__)
* Fix an error on linux when mounting a workspace when the workspace manifest is
absent and the session is offline. (`#1018 <https://github.com/Scille/parsec-
cloud/issues/1018>`__)
* Fix invalid access to workspace_id on entry_updated (`#1022
<https://github.com/Scille/parsec-cloud/issues/1022>`__)
* Fix workspace_fs not available on event (`#1001
<https://github.com/Scille/parsec-cloud/issues/1001>`__)
* Fix access to invalid attribute on timestamped workspace (`#1020
<https://github.com/Scille/parsec-cloud/issues/1020>`__)
* Fix synchronization not triggered for newly created workspaces until they get
files. (`#1023 <https://github.com/Scille/parsec-cloud/issues/1023>`__)


Parsec 1.8.0 (2020-03-03)
-------------------------

Expand Down
1 change: 0 additions & 1 deletion newsfragments/1001.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1016.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1018.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1020.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1021.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1022.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1023.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/963.feature.rst

This file was deleted.

2 changes: 1 addition & 1 deletion parsec/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

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

__version__ = "1.8.0+dev"
__version__ = "1.9.0"

0 comments on commit ccbe962

Please sign in to comment.