Skip to content

Commit

Permalink
Up version, Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanstowe committed Aug 21, 2018
1 parent 03b229e commit 9ec1248
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
9 changes: 2 additions & 7 deletions 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
Expand All @@ -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
2 changes: 1 addition & 1 deletion META6.json
Expand Up @@ -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 <jns+git@gellyfish.co.uk>"
],
Expand Down
2 changes: 1 addition & 1 deletion lib/Audio/Sndfile.pm
Expand Up @@ -340,7 +340,7 @@ copying or converting the file.
=end pod

class Audio::Sndfile:ver<0.0.11>:auth<github:jonathanstowe> {
class Audio::Sndfile:ver<0.0.12>:auth<github:jonathanstowe> {

subset RawEncode of Array where ($_.elems == 2 ) && ($_[0] ~~ CArray) && ($_[1] ~~ Int);

Expand Down
2 changes: 1 addition & 1 deletion lib/Audio/Sndfile/Info.pm
Expand Up @@ -335,7 +335,7 @@ Force CPU endian-ness.
=end pod

class Audio::Sndfile::Info:ver<0.0.11>:auth<github:jonathanstowe> is repr('CStruct') {
class Audio::Sndfile::Info:ver<0.0.12>:auth<github:jonathanstowe> is repr('CStruct') {
has int64 $.frames;
has int32 $.samplerate;
has int32 $.channels;
Expand Down

0 comments on commit 9ec1248

Please sign in to comment.