Skip to content

Commit

Permalink
Prepare October 2020 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiklohmann authored and tobim committed Oct 29, 2020
1 parent d504725 commit b1f7367
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ Every entry has a category for which we use the following visual abbreviations:
- ⚡️ breaking change
- 🐞 bugfix

## Unreleased
<!-- ## Unreleased -->

## [2020.10.29]

- ⚠️ The default database directory moved to `/var/lib/vast` for Linux deployments.
[#1116](https://github.com/tenzir/vast/pull/1116)
Expand Down Expand Up @@ -857,3 +859,4 @@ This is the first official release.
[2020.07.28]: https://github.com/tenzir/vast/releases/tag/2020.07.28
[2020.08.28]: https://github.com/tenzir/vast/releases/tag/2020.08.28
[2020.09.30]: https://github.com/tenzir/vast/releases/tag/2020.09.30
[2020.10.29]: https://github.com/tenzir/vast/releases/tag/2020.10.29
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ proceedings][nsdi-proceedings].
[changelog-url]: CHANGELOG.md
[contributing-url]: https://github.com/tenzir/.github/blob/master/contributing.md
[since-release-badge]: https://img.shields.io/github/commits-since/tenzir/vast/latest.svg?color=green
[since-release-url]: https://github.com/tenzir/vast/compare/2020.09.30...master
[since-release-url]: https://github.com/tenzir/vast/compare/2020.10.29...master
[installation-url]: INSTALLATION.md

[vast-paper]: https://www.usenix.org/system/files/conference/nsdi16/nsdi16-paper-vallentin.pdf
Expand Down
2 changes: 1 addition & 1 deletion pyvast/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
python_requires=">=3.7",
setup_requires=["setuptools", "wheel"],
url="https://github.com/tenzir/vast",
version="2020.09.30",
version="2020.10.29",
)

0 comments on commit b1f7367

Please sign in to comment.