File tree Expand file tree Collapse file tree 5 files changed +13
-4
lines changed
conda-store-server/conda_store_server Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
18
19
19
### Security
20
20
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
+
21
30
## [ 0.4.0] - 2022-05-04
22
31
23
32
### Changed
Original file line number Diff line number Diff line change 1
- __version__ = "0.4.0 " # noqa
1
+ __version__ = "0.4.1 " # noqa
Original file line number Diff line number Diff line change 1
- __version__ = "0.4.0 "
1
+ __version__ = "0.4.1 "
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 4
4
project = 'Conda-Store'
5
5
copyright = '2021, Quansight'
6
6
author = 'Quansight'
7
- release = '0.4.0 '
7
+ release = '0.4.1 '
8
8
9
9
extensions = [
10
10
'recommonmark' ,
You can’t perform that action at this time.
0 commit comments