Skip to content

Commit

Permalink
chore: Release annatto version 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKl committed Mar 3, 2025
1 parent 385a1ed commit 744087b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 178 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.25.0] - 2025-03-03

### Added

- enable import of `xml` to represent stand-off data
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ abstract: >-
representation and already provides a basic set of data
handling modules.
license: Apache-2.0
version: 0.24.0
date-released: '2025-02-07'
version: 0.25.0
date-released: '2025-03-03'
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://github.com/korpling/annatto/"
license = "Apache-2.0"
name = "annatto"
repository = "https://github.com/korpling/annatto/"
version = "0.24.0"
version = "0.25.0"

[dependencies]
ansi_term = "0.12"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ To show information about modules for the given format or graph operation use
annatto info <name>
```

The documentation for the modules are also included [here](https://github.com/korpling/annatto/blob/v0.24.0/docs/README.md).
The documentation for the modules are also included [here](https://github.com/korpling/annatto/blob/v0.25.0/docs/README.md).

## Creating a workflow file

Expand Down
182 changes: 8 additions & 174 deletions third-party-licenses.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 744087b

Please sign in to comment.