File tree Expand file tree Collapse file tree 4 files changed +18
-3
lines changed
conda-store-server/conda_store_server Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
18
19
19
### Security
20
20
21
+ ## [ 0.4.8] - 2022-08-04
22
+
23
+ ### Added
24
+
25
+ - Adding shebang support for conda-store (#362 )
26
+
27
+ ### Fixed
28
+
29
+ - Fixed example demo for docker
30
+ - Fixing docker registry implementation in conda-store (#368 )
31
+
32
+ ## Security
33
+
34
+ - Adding authentication behind docker registry (#369 )
35
+
21
36
## [ 0.4.7] - 2022-07-28
22
37
23
38
### Added
Original file line number Diff line number Diff line change 1
- __version__ = "0.4.7 " # noqa
1
+ __version__ = "0.4.8 " # noqa
Original file line number Diff line number Diff line change 1
- __version__ = "0.4.7 "
1
+ __version__ = "0.4.8 "
Original file line number Diff line number Diff line change 4
4
project = 'conda-store'
5
5
copyright = '2022, Quansight'
6
6
author = 'Quansight'
7
- release = '0.4.7 '
7
+ release = '0.4.8 '
8
8
9
9
extensions = [
10
10
'recommonmark' ,
You can’t perform that action at this time.
0 commit comments