Skip to content

Commit 9ffe80a

Browse files
committed
chore: Release annatto version 0.47.0
1 parent 0edb18a commit 9ffe80a

File tree

5 files changed

+494
-249
lines changed

5 files changed

+494
-249
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ abstract: >-
2929
representation and already provides a basic set of data
3030
handling modules.
3131
license: 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'

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage = "https://github.com/korpling/annatto/"
99
license = "Apache-2.0"
1010
name = "annatto"
1111
repository = "https://github.com/korpling/annatto/"
12-
version = "0.46.0"
12+
version = "0.47.0"
1313

1414
[dependencies]
1515
ansi_term = "0.12"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ To show information about modules for the given format or graph operation use
6565
annatto 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

0 commit comments

Comments
 (0)