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}
2
2
image : Visual Studio 2019
3
3
configuration :
4
4
- Release
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake_modules/)
5
5
6
6
set (TRANTOR_MAJOR_VERSION 1 )
7
7
set (TRANTOR_MINOR_VERSION 1 )
8
- set (TRANTOR_PATCH_VERSION 0 )
8
+ set (TRANTOR_PATCH_VERSION 1 )
9
9
set (TRANTOR_VERSION
10
10
${TRANTOR_MAJOR_VERSION} .${TRANTOR_MINOR_VERSION}.${TRANTOR_PATCH_VERSION} )
11
11
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.
3
3
4
4
## [ Unreleased]
5
5
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
7
13
8
14
### Changed
9
15
@@ -15,7 +21,7 @@ All notable changes to this project will be documented in this file.
15
21
16
22
- Fix a bug in the Date::fromDbStringLocal() method.
17
23
18
- ### [ 1.0.0] - 2020-9-27
24
+ ## [ 1.0.0] - 2020-9-27
19
25
20
26
### API changes list
21
27
@@ -206,7 +212,9 @@ All notable changes to this project will be documented in this file.
206
212
207
213
## [ 1.0.0-rc1] - 2019-06-11
208
214
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
210
218
211
219
[ 1.1.0 ] : https://github.com/an-tao/trantor/compare/v1.0.0...v1.1.0
212
220
You can’t perform that action at this time.
0 commit comments