Skip to content

Commit 0249995

Browse files
committed
Release 0.8.1
1 parent af28d2d commit 0249995

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ Changelog
55

66
This document records the main changes to the ``sdssdb`` code.
77

8+
* :release:`0.8.1 <2023-12-05>`
9+
* Added ``opsdb.overhead`` table and models for Peewee and SQLAlchemy.
10+
* Updated GitHub workflows.
11+
812
* :release:`0.8.0 <2023-10-23>`
913
* Added new schema for ``vizdb`` schema in ``sdss5db``.
10-
* Added new peewee and sqlalchemy ORMs for ``vizdb`` schema.
14+
* Added new peewee and sqlalchemy ORMs for ``vizdb`` schema.
1115

1216
* :release:`0.7.0 <2023-09-28>`
1317
* Added complete SQLAlchemy models for ``sdss5db``.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = sdssdb
3-
version = 0.8.1a0
3+
version = 0.8.1
44
author = José Sánchez-Gallego
55
author_email = [email protected]
66
description = SDSS product for database management

0 commit comments

Comments
 (0)