diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d5053a0..a0cfa0e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,5 +4,17 @@ Change Log ========== -* First change goes here. +0.1.0 +----- +* Initial tag of software +* Adds example query endpoint for cone searches against ``vizdb`` +* Adds initial connection to databases with ``sdssdb`` +* Adds endpoint for interacting with SDSS maskbits +* Adds endpoint for resolving target names and coordinates with Simbad +* Adds initial endpoint for retrieving SDSS MOCs +* Adds SDSS authentication with Wiki credentials for WORK release +* Adds endpoint for looking up SDSS datamodels +* Adds endpoint for downloading or streaming FITS file data +* Adds endpoint for accessing ``tree`` and ``sdss_access`` environment and path info +* Sets up main FastAPI architecture diff --git a/pyproject.toml b/pyproject.toml index d0127d6..5e9f3df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sdss-valis" -version = "0.1.0-alpha.0" +version = "0.1.0" description = "the SDSS API for delivering and accessing remote information" authors = ["Brian Cherinka "] license = "BSD-3-Clause"