dactyl-db 0.1.4

Governed datastore boundary for Decapod. Routes queries to SQLite or Neon adapters behind a single read/write facade.
Documentation
# release-plz configuration
# https://release-plz.ieni.dev/docs/config

[workspace]
# Enable changelog generation
changelog_update = true
# Changelog path
changelog_path = "CHANGELOG.md"
# Git tag format
git_tag_name = "v{{ version }}"
# Release PR labels
pr_labels = ["release"]
# Allow release-pr computation even if runtime-generated files make tree dirty
allow_dirty = true

# Semantic versioning based on conventional commits:
# - feat: minor version bump
# - fix: patch version bump
# - BREAKING CHANGE: major version bump
# - chore/docs/style/refactor/perf/test: no version bump