Skip to content

Commit 90b743e

Browse files
committed
Merge branch 'develop'
2 parents f1d1692 + 4147498 commit 90b743e

File tree

3 files changed

+298
-206
lines changed

3 files changed

+298
-206
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.8.0] - 2021-03-31
10+
### Added
11+
- A naming convention for CMake packages and their components.
12+
- Warning message if calling find_package() for a component within a CMake package
13+
with exactly matching names.
14+
- A few more motivations and benefits.
15+
16+
### Changed
17+
- A, B and C CMake targets are renamed alpha, beta and gamma respectively.
18+
- Conan installer for CMake uses updated "Conan Center" reference (without `@conan/stable` suffix).
19+
- CMake packages with multiple components now have a separate subfolder
20+
for each component config files.
21+
- CMake dependencies within the same repositories are now handled more uniformly
22+
with the external dependencies.
23+
- Re-order "Philosophy" after "C++ special case".
24+
25+
### Fixed
26+
- Instruction to use `ARCH_INDEPENDENT` when producing a CMake version file for `INTERFACE` targets.
27+
28+
### Removed
29+
- Conan recipe does not clone projects into a `cloned_repo` subfolder anymore.
30+
931
## [0.7.4] - 2021-03-04
1032
### Fixed
1133
- ComponentPackageRootConfig.cmake uses a package name with capitalization
@@ -41,7 +63,8 @@ because recipe hash is sensitive to line-endings.
4163
### Added
4264
- Initial release of the document
4365

44-
[Unreleased]: https://github.com/Adnn/ModernCppComponent/compare/v0.7.4...HEAD
66+
[Unreleased]: https://github.com/Adnn/ModernCppComponent/compare/v0.8.0...HEAD
67+
[0.8.0]: https://github.com/Adnn/ModernCppComponent/compare/v0.7.4...v0.8.0
4568
[0.7.4]: https://github.com/Adnn/ModernCppComponent/compare/v0.7.3...v0.7.4
4669
[0.7.3]: https://github.com/Adnn/ModernCppComponent/compare/v0.7.2...v0.7.3
4770
[0.7.2]: https://github.com/Adnn/ModernCppComponent/compare/v0.7.1...v0.7.2

0 commit comments

Comments
 (0)