changelog, bump version
Some checks failed
CI / build_cuda10-1 (push) Failing after 2s
CI / build (push) Failing after 3s

This commit is contained in:
Carl Pearson
2019-09-25 12:31:56 -05:00
parent 57bf39bb97
commit cd9a95365f
2 changed files with 7 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
# 3.13+ for target_link_directories
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
project(perfect LANGUAGES CXX VERSION 0.4.0)
project(perfect LANGUAGES CXX VERSION 0.5.0)
message(STATUS "Build type: " ${CMAKE_BUILD_TYPE})
include(CheckLanguage)

View File

@@ -190,6 +190,12 @@ See [examples/cpu_cache.cpp](examples/cpu_cache.cpp).
## Changelog
* v0.5.0
* add tools/stress
* add tools/max-os-perf
* add tools/min-os-perf
* add tools/enable-cpu-turbo
* add tools/disable-cpu-turbo
* v0.4.0
* Add ASLR interface
* Disambiguate some filesystem errors