Skip to content

Commit bb7c6f3

Browse files
committed
Bump version to 1.5.1
1 parent cba221a commit bb7c6f3

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake_modules/)
77

88
set(TRANTOR_MAJOR_VERSION 1)
99
set(TRANTOR_MINOR_VERSION 5)
10-
set(TRANTOR_PATCH_VERSION 0)
10+
set(TRANTOR_PATCH_VERSION 1)
1111
set(TRANTOR_VERSION
1212
${TRANTOR_MAJOR_VERSION}.${TRANTOR_MINOR_VERSION}.${TRANTOR_PATCH_VERSION})
1313

ChangeLog.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55

6+
## [1.5.1] - 2021-08-08
7+
8+
### API changes list
9+
10+
### Changed
11+
12+
- Fix warning C4244 in MSVC
13+
14+
- Disable strict compiler check on Windows with GCC
15+
16+
- Added support for paths containing unicode characters on Windows
17+
18+
- Add BUILD_DOC cmake option (doxygen)
19+
20+
- Use make_shared instead of shared_ptr(new)
21+
22+
- Detect and handle MinGW
23+
24+
### Fixed
25+
26+
- Fix the destructor of AresResolver
27+
28+
- Fix memory leak in NormalResolver
29+
630
## [1.5.0] - 2021-06-18
731

832
### API changes list
@@ -302,7 +326,9 @@ All notable changes to this project will be documented in this file.
302326

303327
## [1.0.0-rc1] - 2019-06-11
304328

305-
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.0...HEAD
329+
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.1...HEAD
330+
331+
[1.5.1]: https://github.com/an-tao/trantor/compare/v1.5.0...v1.5.1
306332

307333
[1.5.0]: https://github.com/an-tao/trantor/compare/v1.4.1...v1.5.0
308334

0 commit comments

Comments
 (0)