Skip to content

v0.7.14

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jul 16:55
· 21 commits to main since this release
9217163
Release 0.7.13 (#543)

* Add automatic database migration support via Alembic (#537)

* Add automatic database migration support via Alembic

* Move some stuff around

* Fix test implementation

* Create backup of database file before performing migrations

* Ignore migrations directory with pylint

* Bump bcrypt from 4.1.2 to 4.1.3 in /server

Bumps [bcrypt](https://github.com/pyca/bcrypt) from 4.1.2 to 4.1.3.
- [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py)
- [Commits](https://github.com/pyca/bcrypt/compare/4.1.2...4.1.3)

---
updated-dependencies:
- dependency-name: bcrypt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump alembic from 1.13.1 to 1.13.2 in /server

Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.13.1 to 1.13.2.
- [Release notes](https://github.com/sqlalchemy/alembic/releases)
- [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/alembic/commits)

---
updated-dependencies:
- dependency-name: alembic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump tornado from 6.4 to 6.4.1 in /server

Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.4 to 6.4.1.
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](https://github.com/tornadoweb/tornado/compare/v6.4.0...v6.4.1)

---
updated-dependencies:
- dependency-name: tornado
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump version to 0.7.13

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>