From e5aad3ddc403bba180462a8f06e04f3eb6049ac5 Mon Sep 17 00:00:00 2001 From: Adam Stark Date: Sat, 15 Jan 2022 17:55:23 +0000 Subject: [PATCH] Updated version numbers --- CMakeLists.txt | 2 +- README.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d1e085f..7ca06d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ #=============================================================================== cmake_minimum_required (VERSION 3.12) -project ("AudioFile" VERSION 1.0.9 +project ("AudioFile" VERSION 1.1.0 DESCRIPTION "A simple C++ library for reading and writing audio files." HOMEPAGE_URL "https://github.com/adamstark/AudioFile") diff --git a/README.md b/README.md index 40ececb..7776369 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # AudioFile -![Version](https://img.shields.io/badge/version-1.0.9-green.svg?style=flat-square) +![Version](https://img.shields.io/badge/version-1.1.0-green.svg?style=flat-square) ![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square) ![Language](https://img.shields.io/badge/language-C++-yellow.svg?style=flat-square) @@ -156,6 +156,12 @@ If you prefer not to see these messages, you can disable this error logging beha Versions ------- +##### 1.1.0 - 15th January 2022 + +- Moved project to MIT licence +- Added option to load an audio file already in memory +- CI Workflow improvements and bug fixes + ##### 1.0.9 - 23rd January 2021 - Faster loading of audio files