Skip to content

Commit 5567cab

Browse files
committed
CHANGELOG
1 parent fb451ba commit 5567cab

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [6.0.0-rc1]
9+
10+
[6.0.0-rc1]: https://github.com/microsoft/CCF/releases/tag/6.0.0-rc1
11+
12+
### Added
13+
14+
- The `read-ledger.py` tool now has a `--recovery` argument, which will allow it to parse `.recovery` files. Previously these were ignored (#6896).
15+
816
## [6.0.0-rc0]
917

1018
[6.0.0-rc0]: https://github.com/microsoft/CCF/releases/tag/6.0.0-rc0

python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ccf"
7-
version = "6.0.0-rc0"
7+
version = "6.0.0-rc1"
88
authors = [
99
{ name="CCF Team", email="[email protected]" },
1010
]

0 commit comments

Comments
 (0)