Skip to content

Commit 941dc48

Browse files
committed
Bump version to 1.4.1
1 parent a46d9d4 commit 941dc48

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CMakeLists.txt

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

66
set(TRANTOR_MAJOR_VERSION 1)
77
set(TRANTOR_MINOR_VERSION 4)
8-
set(TRANTOR_PATCH_VERSION 0)
8+
set(TRANTOR_PATCH_VERSION 1)
99
set(TRANTOR_VERSION
1010
${TRANTOR_MAJOR_VERSION}.${TRANTOR_MINOR_VERSION}.${TRANTOR_PATCH_VERSION})
1111

ChangeLog.md

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

44
## [Unreleased]
55

6+
## [1.4.1] - 2021-05-15
7+
8+
### Changed
9+
10+
- Add github actions of Windows.
11+
12+
- Modify the way the log file is opened.
13+
14+
- Add version/soversion to shared library.
15+
16+
- Use double instead of long double as the type for timer durations.
17+
18+
### Fixed
19+
20+
- Fix a bug in the TcpConnectionImpl class.
21+
22+
- Fix constructing Date in a daylight saving timezone.
23+
24+
- GNU: -Wall -Wextra -Werror; fix related warnings.
25+
26+
- Add wincrypt.h include for Windows.
27+
628
## [1.4.0] - 2021-04-09
729

830
### API changes list
@@ -264,7 +286,9 @@ All notable changes to this project will be documented in this file.
264286

265287
## [1.0.0-rc1] - 2019-06-11
266288

267-
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.4.0...HEAD
289+
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.4.1...HEAD
290+
291+
[1.4.1]: https://github.com/an-tao/trantor/compare/v1.4.0...v1.4.1
268292

269293
[1.4.0]: https://github.com/an-tao/trantor/compare/v1.3.0...v1.4.0
270294

0 commit comments

Comments
 (0)