Skip to content

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
an-tao committed Dec 12, 2020
1 parent b2902d2 commit 8e0af4a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.1.0.{build}
version: 1.1.1.{build}
image: Visual Studio 2019
configuration:
- Release
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake_modules/)

set(TRANTOR_MAJOR_VERSION 1)
set(TRANTOR_MINOR_VERSION 1)
set(TRANTOR_PATCH_VERSION 0)
set(TRANTOR_PATCH_VERSION 1)
set(TRANTOR_VERSION
${TRANTOR_MAJOR_VERSION}.${TRANTOR_MINOR_VERSION}.${TRANTOR_PATCH_VERSION})

Expand Down
14 changes: 11 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

### [1.1.0] - 2020-10-24
## [1.1.1] - 2020-12-12

### Changed

- Add Openbsd support.

## [1.1.0] - 2020-10-24

### Changed

Expand All @@ -15,7 +21,7 @@ All notable changes to this project will be documented in this file.

- Fix a bug in the Date::fromDbStringLocal() method.

### [1.0.0] - 2020-9-27
## [1.0.0] - 2020-9-27

### API changes list

Expand Down Expand Up @@ -206,7 +212,9 @@ All notable changes to this project will be documented in this file.

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

[Unreleased]: https://github.com/an-tao/trantor/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.1.1...HEAD

[1.1.1]: https://github.com/an-tao/trantor/compare/v1.1.0...v1.1.1

[1.1.0]: https://github.com/an-tao/trantor/compare/v1.0.0...v1.1.0

Expand Down

0 comments on commit 8e0af4a

Please sign in to comment.