File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ 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 to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 6.0.1]
9
+
10
+ [ 6.0.1 ] : https://github.com/microsoft/CCF/releases/tag/ccf-6.0.1
11
+
12
+ ### Fixed
13
+
14
+ - Fixed potential stack corruption that could occur on SNP builds at node startup (#6967 ).
15
+
8
16
## [ 6.0.0]
9
17
10
18
[ 6.0.0 ] : https://github.com/microsoft/CCF/releases/tag/ccf-6.0.0
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 "
7
+ version = " 6.0.1 "
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