diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a7863efa8..e41c8594d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -2,7 +2,7 @@ name: Release in Pypi/DockerHub on: push: branches: - - release-[0-9]+.[0-9]+ + - release-[0-9]+.[0-9]+.[0-9]+ jobs: build: diff --git a/CHANGELOG.md b/CHANGELOG.md index 24826850e..862d5459d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Changes Since Last Release +#### Changed defaults / behaviours + +- + +#### New Features & Functionality + +- + +#### Bug Fixes + +- + +## [0.2.0](https://github.com/SuperDuperDB/superduperdb/compare/0.1.3...0.2.0]) (2024-Jun-21) + + #### Changed defaults / behaviours - Run Tests from within container diff --git a/VERSION b/VERSION index 845639eef..0ea3a944b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.4 +0.2.0 diff --git a/superduperdb/__init__.py b/superduperdb/__init__.py index 5960a6773..40de6d49b 100644 --- a/superduperdb/__init__.py +++ b/superduperdb/__init__.py @@ -8,7 +8,7 @@ logging = logger.Logging -__version__ = '0.1.4' +__version__ = '0.2.0' from superduperdb.backends import ibis, mongodb