We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
6.0.0-dev19
1 parent 3cb3a52 commit 66a93abCopy full SHA for 66a93ab
2 files changed
CHANGELOG.md
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
+## [6.0.0-dev19]
9
+
10
+[6.0.0-dev19]: https://github.com/microsoft/CCF/releases/tag/6.0.0-dev19
11
12
+### Fixed
13
14
+Container dependencies.
15
16
## [6.0.0-dev18]
17
18
[6.0.0-dev18]: https://github.com/microsoft/CCF/releases/tag/6.0.0-dev18
python/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
[project]
name = "ccf"
-version = "6.0.0-dev18"
+version = "6.0.0-dev19"
authors = [
{ name="CCF Team", email="CCF-Sec@microsoft.com" },
]
0 commit comments