Skip to content

Commit 8e0af4a

Browse files
committed
Bump version to 1.1.1
1 parent b2902d2 commit 8e0af4a

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.1.0.{build}
1+
version: 1.1.1.{build}
22
image: Visual Studio 2019
33
configuration:
44
- Release

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 1)
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: 11 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)