chore: release 3.0.0 (#2216)

This commit is contained in:
Jonas L 2022-10-10 17:51:15 +02:00 committed by GitHub
parent d03fe5bf7d
commit 96ded62c32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
124 changed files with 105 additions and 16 deletions

View file

@ -0,0 +1,16 @@
import TarballLink from '@site/src/components/TarballLink';
<p>This version was released the <strong>{props.date}</strong>.</p>
:::info
Please report new issues and/or feature requests in [the issue tracker](https://github.com/libretime/libretime/issues).
For general discussion or if you need help, you can join the [discourse](https://discourse.libretime.org/) forum or chat on the [mattermost](https://chat.libretime.org/) server.
:::
<p>
The full tarball for the <code>{props.version}</code> release of
LibreTime is available <TarballLink version={props.version}>here</TarballLink>.
</p>