Skip to content

Commit 3577b38

Browse files
authored
Release notes for 7.0.0-dev8 (#7611)
1 parent 550beee commit 3577b38

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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+
## [7.0.0-dev8]
9+
10+
[7.0.0-dev8]: https://github.com/microsoft/CCF/releases/tag/ccf-7.0.0-dev8
11+
12+
### Fixed
13+
14+
- Linking issue that could affect applications that do not include `main.cpp` in their executable (#7595)
15+
- Fixed two issues that could affect build reproducibility (#7606, #7607)
16+
- Python test dependency update (#7609)
17+
818
## [7.0.0-dev7]
919

1020
[7.0.0-dev7]: https://github.com/microsoft/CCF/releases/tag/ccf-7.0.0-dev7

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
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 = "7.0.0-dev7"
7+
version = "7.0.0-dev8"
88
authors = [
99
{ name="CCF Team", email="CCF-Sec@microsoft.com" },
1010
]

0 commit comments

Comments
 (0)