Skip to content

Commit

Permalink
Bump to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kadirlua committed Jun 21, 2024
1 parent 68583ac commit cf628de
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.21)

project(WorkerQueue VERSION "1.0.0")
project(WorkerQueue VERSION "1.1.0")

set(CMAKE_CXX_STANDARD 17)
set(PROJECT_DIR ${CMAKE_CURRENT_SOURCE_DIR})
Expand Down
17 changes: 13 additions & 4 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# Change Log
All notable changes to this project will be documented in this file.

## [Unreleased] - yyyy-mm-dd

Here we write upgrading notes for brands. It's a team effort to make them as
straightforward as possible.
## [1.1.0] - 2021-6-21

### Added
- Added Android support
- Added static and shared library support

### Changed
- Improved CMake configuration
- Improved code styling
- Improved CI build

### Fixed
- Some fixes and improvements

## [1.0.0] - 2021-12-18

Expand Down

0 comments on commit cf628de

Please sign in to comment.