Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed May 11, 2022
1 parent c4b8318 commit d764bb6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
4 changes: 4 additions & 0 deletions Changes
Expand Up @@ -2,5 +2,9 @@ Revision history for Netstring

{{$NEXT}}

0.0.3 2022-05-11T12:14:48+02:00
- Add tag
- Cleanup test files further

0.0.2 2022-05-11T12:10:29+02:00
- First version on the zef ecosystem
3 changes: 2 additions & 1 deletion META6.json
Expand Up @@ -18,8 +18,9 @@
],
"source-url": "https://github.com/raku-community-modules/Netstring.git",
"tags": [
"NETSTRING"
],
"test-depends": [
],
"version": "0.0.2"
"version": "0.0.3"
}
5 changes: 1 addition & 4 deletions t/01-encoding.rakutest
@@ -1,7 +1,3 @@
use v6;

#use lib 'lib';

use Test;
use Netstring;

Expand All @@ -20,3 +16,4 @@ is to-netstring($test_buf), $wanted_str, 'to-netstring(Buf)';
ok to-netstring-buf($test_str) == $wanted_buf, 'to-netstring-buf(Str)';
ok to-netstring-buf($test_buf) == $wanted_buf, 'to-netstring-buf(Buf)';

# vim: expandtab shiftwidth=4
5 changes: 1 addition & 4 deletions t/02-decoding.rakutest
@@ -1,7 +1,3 @@
use v6;

#use lib 'lib';

use Test;
use Netstring;

Expand All @@ -20,3 +16,4 @@ is to-netstring($test_buf), $wanted_str, 'to-netstring(Buf)';
ok to-netstring-buf($test_str) == $wanted_buf, 'to-netstring-buf(Str)';
ok to-netstring-buf($test_buf) == $wanted_buf, 'to-netstring-buf(Buf)';

# vim: expandtab shiftwidth=4

0 comments on commit d764bb6

Please sign in to comment.