Skip to content

Commit

Permalink
Bump version 0.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
costrouc committed Apr 7, 2023
1 parent c077a94 commit 5f7adfb
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

## [0.4.13] - 2023-04-23

### Added

- Added new conda-store-ui (#444)
- Added new option `CondaStore.conda_indexed_channels` for indexed channels (#445)
- Allow passing environment variables in specification (#424)

### Changed

- Switched to hatch for conda-store and conda-store-server (#449, #450)
- Switch default UI to conda-store-ui and expose behind `/admin/` (#448)
- Significant database rework on package storage for performance (#300)

### Removed

- Remove unused helm chart (#450)
- Remove nix flakes from repository (#443)

## [0.4.12] - 2022-09-21

Expand Down
2 changes: 1 addition & 1 deletion conda-store-server/conda_store_server/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.12"
__version__ = "0.4.13"
1 change: 0 additions & 1 deletion conda-store-server/environment-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ dependencies:
- pytest
- pytest-mock
- black ==22.3.0
- ruff
- flake8
- sphinx
- myst-parser
Expand Down
2 changes: 1 addition & 1 deletion conda-store/conda_store/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.12"
__version__ = "0.4.13"
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project = 'conda-store'
copyright = '2022, Quansight'
author = 'Quansight'
release = '0.4.12'
release = '0.4.13'

extensions = [
'myst_parser',
Expand Down

0 comments on commit 5f7adfb

Please sign in to comment.