Skip to content

Commit

Permalink
Prepare release notes for 6.0.0-dev13 (#6771)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyashton authored Jan 22, 2025
1 parent d69da4c commit feb840b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres Fto [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [6.0.0-dev13]

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

### Added

- Joining nodes can now request a snapshot from their peers at startup, rather than relying on file access. The joinee's snapshot will be fetched and used if it is more recent than the joiner has access to. This behaviour is enabled by default, but can be disabled via the `command.join.fetch_recent_snapshot` config option (#6758).

## [6.0.0-dev12]

[6.0.0-dev12]: https://github.com/microsoft/CCF/releases/tag/6.0.0-dev12
Expand All @@ -14,10 +22,6 @@ and this project adheres Fto [Semantic Versioning](http://semver.org/spec/v2.0.0
- nghttp2 is now picked up from the OS rather than vendored to enable libcurl usage
- Misc dependency updates (#6725)

### Added

- Joining nodes can now request a snapshot from their peers at startup, rather than relying on file access. The joinee's snapshot will be fetched and used if it is more recent than the joiner has access to (#6758).

## [6.0.0-dev11]

[6.0.0-dev11]: https://github.com/microsoft/CCF/releases/tag/6.0.0-dev11
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ccf"
version = "6.0.0-dev12"
version = "6.0.0-dev13"
authors = [
{ name="CCF Team", email="[email protected]" },
]
Expand Down

0 comments on commit feb840b

Please sign in to comment.