Skip to content

Commit

Permalink
Bump Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blythed committed Jul 12, 2024
1 parent 9b7733e commit 8b889ff
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release in Pypi/DockerHub
on:
push:
branches:
- release-[0-9]+.[0-9]+.[0-9]+
- [0-9]+.[0-9]+

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,4 @@ test/sleep.json
/.superduperdb
/output/
/deploy/testenv/requirements.txt
/superduper/__init__.pye
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

#### Changed defaults / behaviours

- Change images docker superduper/<image> to superduperio/<image>
- Change the image's user from `/home/superduperdb` to `/home/superduper`
-

#### New Features & Functionality

-

#### Bug Fixes

-

## [0.3.0](https://github.com/superduper-io/superduper/compare/0.3.0...0.2.0]) (2024-Jun-21)

#### Changed defaults / behaviours

- Renamed superduper -> superduper
- Added data_pipeline_deps test case
- Change images docker superduper/<image> to superduperio/<image>
- Change the image's user from `/home/superduperdb` to `/home/superduper`

#### New Features & Functionality

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.3.0
2 changes: 1 addition & 1 deletion superduper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

logging = logger.Logging

__version__ = '0.2.0'
__version__ = '0.3.0'

from superduper.backends import ibis, mongodb

Expand Down

0 comments on commit 8b889ff

Please sign in to comment.