Skip to content

Commit

Permalink
Bump version to v0.6.2
Browse files Browse the repository at this point in the history
Change-Id: Ic5a0e34cb75d8baf3702d3c1dad326a6ab7682dd
  • Loading branch information
kupietz authored and Akron committed Jan 25, 2024
1 parent 974ce53 commit 6dc97b7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.6.2 2024-01-24
- Bump minimal perl version to 5.36 to improve unicode handling.
- korapxml2conllu
- Use implicit default utf8 encoding instead of explicit de/encodes. Speeds up processing by 10%.

0.6.1 2023-03-22
- conllu2korapxml:
- Fix append for filehandle output.
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ WDF19/A0000.10894 2014.08.28 wikipedia ce prete parfaitement à ce genre de decr

* [Marc Kupietz](https://www.ids-mannheim.de/digspra/personal/kupietz.html)

Copyright (c) 2021, [Leibniz Institute for the German Language](http://www.ids-mannheim.de/), Mannheim, Germany
Copyright (c) 2024, [Leibniz Institute for the German Language](http://www.ids-mannheim.de/), Mannheim, Germany

This package is developed as part of the [KorAP](http://korap.ids-mannheim.de/)
Corpus Analysis Platform at the Leibniz Institute for German Language
Expand Down
2 changes: 1 addition & 1 deletion script/conllu2korapxml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ my $_COMPRESSION_METHOD = ZIP_CM_DEFLATE;
my %opts;
my %processedFilenames;

our $VERSION = '0.6.1';
our $VERSION = '0.6.2';
our $VERSION_MSG = "\nconllu2korapxml - v$VERSION\n";

use constant {
Expand Down
2 changes: 1 addition & 1 deletion script/korapxml2conllu
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ my @extract_metadata_regex;

my $lm_training_data = 0;

our $VERSION = '0.6.1';
our $VERSION = '0.6.2';

our $VERSION_MSG = "\nkorapxml2conllu - v$VERSION\n";

Expand Down

0 comments on commit 6dc97b7

Please sign in to comment.