Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.17] - 2026-08-05

### Fixed

- **`DatabaseConfig` ignored values passed by field name** (`jvspatial/api/config_groups.py`).
Expand All @@ -21,6 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
DynamoDB was affected the whole time; Postgres inherited it in 0.0.16. Coverage:
`tests/api/test_database_config_population.py`.

## [0.0.16] - 2026-08-04

### Added

- **Postgres is selectable from `Server`** (`jvspatial/api/components/database_configurator.py`).
Expand Down
2 changes: 1 addition & 1 deletion jvspatial/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# - MAJOR: Breaking changes
# - MINOR: New features, backward compatible
# - PATCH: Bug fixes, backward compatible
__version__ = "0.0.16"
__version__ = "0.0.17"
Loading