diff --git a/docs/pages/changelog.rst b/docs/pages/changelog.rst index eb0cc86..8853511 100644 --- a/docs/pages/changelog.rst +++ b/docs/pages/changelog.rst @@ -1,6 +1,14 @@ Change Log ============= +0.3.3 +-------- +Added CI testing for binaries generated for 3 Oses. For Windows, Ubuntu Linux and Mac, run the below in the CI pipeline: + +- Build binary +- Run postgres server. Run all DVC commands against it. +- Push to Github release + 0.3.2 -------- - Included ./setup.cfg to Dockerfile. Fixed missing .sql files in Docker Image to Dockerhub diff --git a/src/dvc/version.py b/src/dvc/version.py index 73e3bb4..80eb7f9 100644 --- a/src/dvc/version.py +++ b/src/dvc/version.py @@ -1 +1 @@ -__version__ = '0.3.2' +__version__ = '0.3.3'