From 986d2fa57accd422cc235024b7d4bab5ecc19f35 Mon Sep 17 00:00:00 2001 From: Nico Wagner Date: Thu, 30 May 2024 14:00:23 +0200 Subject: [PATCH] Release version 0.25.0 (#795) Signed-off-by: Nico Wagner --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ CITATION.cff | 4 ++-- Cargo.toml | 12 ++++++------ docs/content/docs/installation.md | 8 ++++---- 4 files changed, 38 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e62fcfb9f8..013417e3c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.25.0] - 2023-05-30 + +### Added + +* #783 Add filter options (`count`) +* #793 Add `--keep`/`--discard` option (`explode`) +* #791 Add `--limit`/`-l` option (`explode`) +* #790 Add XOR operator + +### Fixed + +* #776 Fix glibc error (cross builds) +* #779 Fix use of legacy numeric constants +* #781 Fix progress bar update (`frequency`) +* #784 Fix explode on copy level +* #778 Fix broken links + +### Changed + +* #772 Change license to EUPL-1.2 +* #764 Migrate from `mdbook` to `hugo` +* #773 Refactor CI and daily workflow +* #794 Stabilize `explode` command +* #788 Bump MSRV to `1.76.0` + + ## [0.24.0] - 2023-02-05 ### Added diff --git a/CITATION.cff b/CITATION.cff index 412c83d55f..40145fe9ab 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,5 +8,5 @@ authors: - family-names: Voß given-names: Jakob orcid: https://orcid.org/0000-0002-7613-4123 -version: 0.24.0 -date-released: 2024-02-05 +version: 0.25.0 +date-released: 2024-05-30 diff --git a/Cargo.toml b/Cargo.toml index 21c40fc361..d2d4470b3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ ] [workspace.package] -version = "0.24.0" +version = "0.25.0" authors = ["Nico Wagner "] license = "EUPL-1.2" readme = "./README.md" @@ -22,11 +22,11 @@ edition = "2021" rust-version = "1.76" [workspace.dependencies] -pica-matcher = { version = "0.24", path = "./crates/pica-matcher" } -pica-path = { version = "0.24", path = "./crates/pica-path" } -pica-record = { version = "0.24", path = "./crates/pica-record" } -pica-select = { version = "0.24", path = "./crates/pica-select" } -pica-utils = { version = "0.24", path = "./crates/pica-utils" } +pica-matcher = { version = "0.25", path = "./crates/pica-matcher" } +pica-path = { version = "0.25", path = "./crates/pica-path" } +pica-record = { version = "0.25", path = "./crates/pica-record" } +pica-select = { version = "0.25", path = "./crates/pica-select" } +pica-utils = { version = "0.25", path = "./crates/pica-utils" } anyhow = "1.0" bstr = "1.9" diff --git a/docs/content/docs/installation.md b/docs/content/docs/installation.md index 07fb725762..4dfdcd4796 100644 --- a/docs/content/docs/installation.md +++ b/docs/content/docs/installation.md @@ -13,7 +13,7 @@ bereit. Diese können mit folgendem Kommando heruntergeladen und installiert werden: ```bash -$ dpkg -i pica_0.24.0-glibc2.35-1_amd64.deb +$ dpkg -i pica_0.25.0-glibc2.35-1_amd64.deb ``` ## RedHat & SUSE & CentOS @@ -23,7 +23,7 @@ Für [RedHat](https://www.redhat.com/), [SUSE](https://www.suse.com/) und Download bereit. Diese können mit folgendem Kommando installiert werden: ```bash -$ rpm -i pica-0.24.0-glibc2.35-1.x86_64.rpm +$ rpm -i pica-0.25.0-glibc2.35-1.x86_64.rpm ``` ## Binary-Releases @@ -64,9 +64,9 @@ den Paketmanager `cargo` installiert werden: $ cargo install --git https://github.com/deutsche-nationalbibliothek/pica-rs \ --branch main pica-toolkit -# Installation der Version 0.24.0 +# Installation der Version 0.25.0 $ cargo install --git https://github.com/deutsche-nationalbibliothek/pica-rs \ - --tag v0.24.0 pica-toolkit + --tag v0.25.0 pica-toolkit # Installation des Entwicklungszweigs "feat1" $ cargo install --git https://github.com/deutsche-nationalbibliothek/pica-rs \