Skip to content

Commit

Permalink
Release version 0.21.0 (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwagner84 authored Nov 15, 2023
1 parent 32fa2c5 commit 10916aa
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 366 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## Changed

## [0.21.0] - 2023-11-15

### Changed

* #698 Remove deprecated path syntax
* #701 Move crates into `crates` dir
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ authors:
- family-names: Voß
given-names: Jakob
orcid: https://orcid.org/0000-0002-7613-4123
version: 0.20.0
date-released: 2023-09-14
version: 0.21.0
date-released: 2023-11-15
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ members = [
]

[workspace.package]
version = "0.20.0"
version = "0.21.0"
authors = ["Nico Wagner <[email protected]>"]
license = "MIT OR Unlicense"
readme = "./README.md"
keywords = ["PICA+", "code4lib"]
edition = "2021"

[workspace.dependencies]
pica-matcher = { version = "0.20", path = "./crates/pica-matcher" }
pica-path = { version = "0.20", path = "./crates/pica-path" }
pica-record = { version = "0.20", path = "./crates/pica-record" }
pica-select = { version = "0.20", path = "./crates/pica-select" }
pica-utils = { version = "0.20", path = "./crates/pica-utils" }
pica-matcher = { version = "0.21", path = "./crates/pica-matcher" }
pica-path = { version = "0.21", path = "./crates/pica-path" }
pica-record = { version = "0.21", path = "./crates/pica-record" }
pica-select = { version = "0.21", path = "./crates/pica-select" }
pica-utils = { version = "0.21", path = "./crates/pica-utils" }

anyhow = "1.0"
arrow2 = "0.18"
Expand Down
Loading

0 comments on commit 10916aa

Please sign in to comment.