Skip to content

Commit

Permalink
Bump drogon version to v1.0.0-beta6
Browse files Browse the repository at this point in the history
  • Loading branch information
an-tao committed Aug 8, 2019
1 parent c705990 commit f1409a2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(DROGON_MINOR_VERSION 0)
set(DROGON_PATCH_VERSION 0)
set(DROGON_VERSION
${DROGON_MAJOR_VERSION}.${DROGON_MINOR_VERSION}.${DROGON_PATCH_VERSION})
set(PRE_RELEASE_STRING "beta5")
set(PRE_RELEASE_STRING "beta6")

# 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: 18 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.0.0-beta6] - 2019-08-08

### API change list

- None

### Changed

- Modify the 'create view' sub-command of drogon_ctl

- Optimize the transmission of pipelining responses.

- Add the DrogonConfig.cmake file so that users can use drogon with the `find_package(Drogon)` command.

## [1.0.0-beta5] - 2019-08-01

### API change list
Expand All @@ -23,7 +37,7 @@ All notable changes to this project will be documented in this file.
### Fixed

- None
-

## [1.0.0-beta4] - 2019-07-30

### API change list
Expand Down Expand Up @@ -92,7 +106,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-beta5...HEAD
[Unreleased]: https://github.com/an-tao/drogon/compare/v1.0.0-beta6...HEAD

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

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

Expand Down

0 comments on commit f1409a2

Please sign in to comment.