Skip to content

Commit 11f76f0

Browse files
committed
Bump version to 0.4.1
1 parent fbfa678 commit 11f76f0

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818

1919
### Security
2020

21+
## [0.4.1] - 2022-06-24
22+
23+
### Added
24+
25+
- Command line client for conda-store (#327)
26+
- Adding searchbar for UI (#326)
27+
- OpenAPI specification in documentation
28+
- Added namespace query parameter to `/api/v1/environment/?namespace=` (#324)
29+
2130
## [0.4.0] - 2022-05-04
2231

2332
### Changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.0" # noqa
1+
__version__ = "0.4.1" # noqa
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.0"
1+
__version__ = "0.4.1"

docs/_static/openapi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
project = 'Conda-Store'
55
copyright = '2021, Quansight'
66
author = 'Quansight'
7-
release = '0.4.0'
7+
release = '0.4.1'
88

99
extensions = [
1010
'recommonmark',

0 commit comments

Comments
 (0)