Skip to content

Commit 2f8d979

Browse files
committed
Bump version 0.4.8
1 parent cc46122 commit 2f8d979

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

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

1919
### Security
2020

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+
2136
## [0.4.7] - 2022-07-28
2237

2338
### Added
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.7" # noqa
1+
__version__ = "0.4.8" # noqa
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.7"
1+
__version__ = "0.4.8"

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 = '2022, Quansight'
66
author = 'Quansight'
7-
release = '0.4.7'
7+
release = '0.4.8'
88

99
extensions = [
1010
'recommonmark',

0 commit comments

Comments
 (0)