File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres Fto [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 6.0.0-dev12]
9
+
10
+ [ 6.0.0-dev12 ] : https://github.com/microsoft/CCF/releases/tag/6.0.0-dev12
11
+
12
+ ### Dependencies
13
+
14
+ - nghttp2 is now picked up from the OS rather than vendored to enable libcurl usage
15
+ - Misc dependency updates (#6725 )
16
+
8
17
## [ 6.0.0-dev11]
9
18
10
19
[ 6.0.0-dev11 ] : https://github.com/microsoft/CCF/releases/tag/6.0.0-dev11
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " ccf"
7
- version = " 6.0.0-dev11 "
7
+ version = " 6.0.0-dev12 "
8
8
authors = [
9
9
{
name =
" CCF Team" ,
email =
" [email protected] " },
10
10
]
You can’t perform that action at this time.
0 commit comments