Skip to content

Commit

Permalink
Bump to version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
costrouc committed Oct 28, 2021
1 parent c459a37 commit 88eb469
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

## [0.3.2] - 2021-10-28

### Added

- added ability to search within the `/api/v1/build/<build-id>/package/` path #193
- environments and namespaces no longer show up in API and UI when soft deleted #194

### Fixed

- `docker-compose.yaml` in `examples/docker` now compatible with 2.0 #195
- flask templates now included in the pypi packages #196

## [0.3.1] - 2021-10-12

### Added
Expand Down
2 changes: 1 addition & 1 deletion conda-store-server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="conda-store-server",
version="0.3.1",
version="0.3.2",
description="Conda Environment Management, Builds, and Serve",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion conda-store/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="conda-store",
version='0.3.1',
version='0.3.2',
url="https://github.com/Quansight/conda-store",
author="Chris Ostrouchov",
description="A client to interface with conda-store",
Expand Down

0 comments on commit 88eb469

Please sign in to comment.