Skip to content

Commit e307211

Browse files
committed
Merge branch 'develop'
2 parents 47ac97a + f57b897 commit e307211

File tree

3 files changed

+119
-91
lines changed

3 files changed

+119
-91
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.html

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.7.3] - 2021-02-24
10+
### Fixed
11+
- Clarify the text in different locations after proofreading.
12+
- Fix a few typos.
13+
914
## [0.7.2] - 2021-02-17
1015
### Added
1116
- A changelog following [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
@@ -28,7 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2833
### Added
2934
- Initial release of the document
3035

31-
[Unreleased]: https://github.com/Adnn/ModernCppComponent/compare/v0.7.2...HEAD
36+
[Unreleased]: https://github.com/Adnn/ModernCppComponent/compare/v0.7.3...HEAD
37+
[0.7.3]: https://github.com/Adnn/ModernCppComponent/compare/v0.7.2...v0.7.3
3238
[0.7.2]: https://github.com/Adnn/ModernCppComponent/compare/v0.7.1...v0.7.2
3339
[0.7.1]: https://github.com/Adnn/ModernCppComponent/compare/v0.7.0...v0.7.1
3440
[0.7.0]: https://github.com/Adnn/ModernCppComponent/releases/tag/v0.7.0

0 commit comments

Comments
 (0)