Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
costrouc committed Aug 3, 2022
1 parent 6161679 commit c8c7e19
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ conda-docker Change Log

<!-- current developments -->

## v0.1.0

**Changed:**

* Refactor docker logic into [python-docker](https://github.com/costrouc/python-docker) package for docker images building
* Decrease wordiness of conda-docker on builds
* Github-Actions for CI tests

**Fixed**

* Using `debian:sid-slim` as default base for docker images

**Authors**

* Chris Ostrouchov


## v0.0.3
**Changed:**

Expand Down
2 changes: 1 addition & 1 deletion conda_docker/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.3"
__version__ = "0.1.0"

0 comments on commit c8c7e19

Please sign in to comment.