File tree Expand file tree Collapse file tree 5 files changed +494
-249
lines changed
Expand file tree Collapse file tree 5 files changed +494
-249
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55
66## [ Unreleased]
77
8+ ## [ 0.47.0] - 2026-01-15
9+
810### Added
911
1012- import ` conllu ` : Allow ` newpar ` and ` newdoc ` keywords
Original file line number Diff line number Diff line change @@ -29,5 +29,5 @@ abstract: >-
2929 representation and already provides a basic set of data
3030 handling modules.
3131license : Apache-2.0
32- version : 0.46 .0
33- date-released : ' 2026-01-13 '
32+ version : 0.47 .0
33+ date-released : ' 2026-01-15 '
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ homepage = "https://github.com/korpling/annatto/"
99license = " Apache-2.0"
1010name = " annatto"
1111repository = " https://github.com/korpling/annatto/"
12- version = " 0.46 .0"
12+ version = " 0.47 .0"
1313
1414[dependencies ]
1515ansi_term = " 0.12"
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ To show information about modules for the given format or graph operation use
6565annatto info < name>
6666```
6767
68- The documentation for the modules are also included [ here] ( https://github.com/korpling/annatto/blob/v0.46 .0/docs/README.md ) .
68+ The documentation for the modules are also included [ here] ( https://github.com/korpling/annatto/blob/v0.47 .0/docs/README.md ) .
6969
7070## Creating a workflow file
7171
You can’t perform that action at this time.
0 commit comments