File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1- version : 1.1.0 .{build}
1+ version : 1.1.1 .{build}
22image : Visual Studio 2019
33configuration :
44- Release
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake_modules/)
55
66set (TRANTOR_MAJOR_VERSION 1)
77set (TRANTOR_MINOR_VERSION 1)
8- set (TRANTOR_PATCH_VERSION 0 )
8+ set (TRANTOR_PATCH_VERSION 1 )
99set (TRANTOR_VERSION
1010 ${TRANTOR_MAJOR_VERSION} .${TRANTOR_MINOR_VERSION} .${TRANTOR_PATCH_VERSION} )
1111
Original file line number Diff line number Diff line change @@ -3,7 +3,13 @@ All notable changes to this project will be documented in this file.
33
44## [ Unreleased]
55
6- ### [ 1.1.0] - 2020-10-24
6+ ## [ 1.1.1] - 2020-12-12
7+
8+ ### Changed
9+
10+ - Add Openbsd support.
11+
12+ ## [ 1.1.0] - 2020-10-24
713
814### Changed
915
@@ -15,7 +21,7 @@ All notable changes to this project will be documented in this file.
1521
1622- Fix a bug in the Date::fromDbStringLocal() method.
1723
18- ### [ 1.0.0] - 2020-9-27
24+ ## [ 1.0.0] - 2020-9-27
1925
2026### API changes list
2127
@@ -206,7 +212,9 @@ All notable changes to this project will be documented in this file.
206212
207213## [ 1.0.0-rc1] - 2019-06-11
208214
209- [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.1.0...HEAD
215+ [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.1.1...HEAD
216+
217+ [ 1.1.1 ] : https://github.com/an-tao/trantor/compare/v1.1.0...v1.1.1
210218
211219[ 1.1.0 ] : https://github.com/an-tao/trantor/compare/v1.0.0...v1.1.0
212220
You can’t perform that action at this time.
0 commit comments