Skip to content

Commit

Permalink
chore: Release annatto version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskrause committed Nov 13, 2023
1 parent a291152 commit 64e00c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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.4.0] - 2023-11-13

### Added

- a separator for joining node values in `link` can be set with attribute `value_sep`
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.3.1
date-released: '2023-08-04'
version: 0.4.0
date-released: '2023-11-13'
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage = "https://github.com/korpling/annatto/"
license = "Apache-2.0"
name = "annatto"
repository = "https://github.com/korpling/annatto/"
version = "0.3.1"
version = "0.4.0"

[dependencies]
ansi_term = "0.12"
Expand Down

0 comments on commit 64e00c7

Please sign in to comment.