Skip to content

Commit

Permalink
v0.010
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed Nov 2, 2018
1 parent f55174c commit 5ca5484
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Changes
@@ -1,10 +1,11 @@
0.009_001 2018-10-28 13:22:40+01:00
0.010 2018-11-02 12:53:41+01:00

- Fix regex for start of plain scalars
- Large refactoring of lexer/parser.
- Adjacent flow mapping values are now supported (JSON compat:
`{"foo":23}`)
- Empty flow mapping values are now supported
- Fix nested flow collections

0.009 2018-09-30 14:10:15+02:00

Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -47,7 +47,7 @@ my %WriteMakefileArgs = (
"blib" => "1.01",
"lib" => 0
},
"VERSION" => "0.009_001",
"VERSION" => "0.010",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Expand Up @@ -4,7 +4,7 @@ license = Perl_5
copyright_holder = Tina Müller
copyright_year = 2018

version = 0.009_001
version = 0.010

[@Filter]
-bundle = @Basic
Expand Down

0 comments on commit 5ca5484

Please sign in to comment.