Skip to content

Commit

Permalink
chore: Release annatto version 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKl committed Feb 7, 2025
1 parent 1744f87 commit 337dfbd
Show file tree
Hide file tree
Showing 5 changed files with 323 additions and 35 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.24.0] - 2025-02-07

### Added

- Add import `whisper` (json format)
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.23.0
date-released: '2025-01-30'
version: 0.24.0
date-released: '2025-02-07'
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.23.0"
version = "0.24.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.23.0/docs/README.md).
The documentation for the modules are also included [here](https://github.com/korpling/annatto/blob/v0.24.0/docs/README.md).

## Creating a workflow file

Expand Down
Loading

0 comments on commit 337dfbd

Please sign in to comment.