From 9ec12486f9744abbdb5030084c644645cdbf915a Mon Sep 17 00:00:00 2001 From: Jonathan Stowe Date: Tue, 21 Aug 2018 20:38:36 +0100 Subject: [PATCH] Up version, Changes --- Changes | 9 ++------- META6.json | 2 +- lib/Audio/Sndfile.pm | 2 +- lib/Audio/Sndfile/Info.pm | 2 +- 4 files changed, 5 insertions(+), 10 deletions(-) diff --git a/Changes b/Changes index 5e7f466..3a8f40b 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +v0.0.12 Tue 21 Aug 20:34:02 BST 2018 + * Remove an explicitly-manage that was causing a segfault v0.0.11 Sun Jun 11 10:54:24 2017 +0100 * Fix from Zoffix regarding cleanup in absence of the library Modernize the travis build v0.0.10 Tue Apr 26 15:36:03 2016 +0100 @@ -6,17 +8,10 @@ v0.0.9 Fri Mar 11 23:47:33 2016 +0000 * Fix the version literal v0.0.8 Thu Dec 24 14:49:16 2015 +0000 * NativeCall changes for 6.c drop "lib" provide version - * Up version - * Add the meta test - * coerce 0 to appropriate type to stop unboxing errors - * done -> done-testing - * Add version/auth to Audio::Sndfile::Info - * Update documentation to include multis - * Add proper synopsis diff --git a/META6.json b/META6.json index ef99edd..e4e2290 100644 --- a/META6.json +++ b/META6.json @@ -33,7 +33,7 @@ "Audio::Sndfile": "lib/Audio/Sndfile.pm", "Audio::Sndfile::Info": "lib/Audio/Sndfile/Info.pm" }, - "version": "0.0.11", + "version": "0.0.12", "authors": [ "Jonathan Stowe " ], diff --git a/lib/Audio/Sndfile.pm b/lib/Audio/Sndfile.pm index 9e5e3d2..2b827f4 100644 --- a/lib/Audio/Sndfile.pm +++ b/lib/Audio/Sndfile.pm @@ -340,7 +340,7 @@ copying or converting the file. =end pod -class Audio::Sndfile:ver<0.0.11>:auth { +class Audio::Sndfile:ver<0.0.12>:auth { subset RawEncode of Array where ($_.elems == 2 ) && ($_[0] ~~ CArray) && ($_[1] ~~ Int); diff --git a/lib/Audio/Sndfile/Info.pm b/lib/Audio/Sndfile/Info.pm index c752389..b8fd23a 100644 --- a/lib/Audio/Sndfile/Info.pm +++ b/lib/Audio/Sndfile/Info.pm @@ -335,7 +335,7 @@ Force CPU endian-ness. =end pod -class Audio::Sndfile::Info:ver<0.0.11>:auth is repr('CStruct') { +class Audio::Sndfile::Info:ver<0.0.12>:auth is repr('CStruct') { has int64 $.frames; has int32 $.samplerate; has int32 $.channels;