Skip to content

Commit

Permalink
chore: Release annatto version 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKl committed Sep 27, 2024
1 parent cbe374a commit a96c8ec
Show file tree
Hide file tree
Showing 5 changed files with 295 additions and 253 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.17.0] - 2024-09-27

### Added

- Add `meta` as export 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.16.0
date-released: '2024-09-02'
version: 0.17.0
date-released: '2024-09-27'
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.16.0"
version = "0.17.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 @@ -52,7 +52,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.16.0/docs/README.md).
The documentation for the modules are also included [here](https://github.com/korpling/annatto/blob/v0.17.0/docs/README.md).

## Creating a workflow file

Expand Down
Loading

0 comments on commit a96c8ec

Please sign in to comment.