Bump version to v0.13.0

This commit is contained in:
ReenigneArcher 2022-02-27 12:21:48 -05:00
parent c2d4ffdaed
commit fb7a3a0758
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
## [0.13.0] - 2022-02-27
### Added
- (MacOS) Initial support for MacOS (#40)
## [0.12.0] - 2022-02-13 ## [0.12.0] - 2022-02-13
### Added ### Added
- New command line argument `--version` - New command line argument `--version`

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.0) cmake_minimum_required(VERSION 3.0)
project(Sunshine VERSION 0.12.0) project(Sunshine VERSION 0.13.0)
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake) set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)