diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 96d9691..0262db7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d318590..e3079e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.2.0](https://github.com/ScalefreeCOM/datavault4sqlglot/compare/v0.1.0...v0.2.0) (2026-07-07) + + +### Features + +* add release-please and pypi publishing ([#22](https://github.com/ScalefreeCOM/datavault4sqlglot/issues/22)) ([33a0c98](https://github.com/ScalefreeCOM/datavault4sqlglot/commit/33a0c988c91d229eba6aca7a0a886843b477b6a5)) + +## Changelog + All notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), diff --git a/pyproject.toml b/pyproject.toml index afdaaf1..8236727 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "datavault4sqlglot" -version = "0.1.0" +version = "0.2.0" description = "Data Vault 2 SQL generator using sqlglot" readme = "README.md" authors = [