Skip to content

Commit

Permalink
Bump version to 1.0.0-beta16
Browse files Browse the repository at this point in the history
  • Loading branch information
an-tao committed Apr 27, 2020
1 parent a7f49d8 commit 6d6a7ac
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set(DROGON_MINOR_VERSION 0)
set(DROGON_PATCH_VERSION 0)
set(DROGON_VERSION
${DROGON_MAJOR_VERSION}.${DROGON_MINOR_VERSION}.${DROGON_PATCH_VERSION})
set(DROGON_VERSION_STRING "${DROGON_VERSION}.beta15")
set(DROGON_VERSION_STRING "${DROGON_VERSION}.beta16")

# Offer the user the choice of overriding the installation directories
set(INSTALL_LIB_DIR lib CACHE PATH "Installation directory for libraries")
Expand Down
20 changes: 19 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.0.0-beta16] - 2020-04-27

### API change list

- Standardize Row and Result api in ORM

### Changed

- Add support for brotli compression

- Parse content-type of HTTP requests

- Remove non standard macros

- Support url safe base64 codec

## [1.0.0-beta15] - 2020-03-28

### API change list
Expand Down Expand Up @@ -344,7 +360,9 @@ All notable changes to this project will be documented in this file.

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

[Unreleased]: https://github.com/an-tao/drogon/compare/v1.0.0-beta15...HEAD
[Unreleased]: https://github.com/an-tao/drogon/compare/v1.0.0-beta16...HEAD

[1.0.0-beta16]: https://github.com/an-tao/drogon/compare/v1.0.0-beta15...v1.0.0-beta16

[1.0.0-beta15]: https://github.com/an-tao/drogon/compare/v1.0.0-beta14...v1.0.0-beta15

Expand Down
2 changes: 1 addition & 1 deletion trantor
Submodule trantor updated 1 files
+15 −1 ChangeLog.md

0 comments on commit 6d6a7ac

Please sign in to comment.