From bda96b841d0b6986a653716a1545b4585e0f3d2f Mon Sep 17 00:00:00 2001 From: Nico Wagner Date: Tue, 17 Jan 2023 07:36:14 +0100 Subject: [PATCH] Release version 0.14.1 (#570) --- CHANGELOG.md | 10 ++++++++-- Cargo.toml | 2 +- README.md | 2 +- docs/book/src/de/guide/installation.md | 14 +++++++------- 4 files changed, 17 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 752b0641d..3387a5c45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.14.1 + +### Fixed + +* #569 Properly handle records without an PPN (`filter`) + ## 0.14.0 ### Fixed -- #563 Fix false positives of `not in` operator +* #563 Fix false positives of `not in` operator ### Added -- #557 Add short variant for reduce option (`filter`) +* #557 Add short variant for reduce option (`filter`) * #534 Add `cat` snapshot tests * #524 Add `invalid` snapshot tests * #525 Add long help (`invalid`) diff --git a/Cargo.toml b/Cargo.toml index e3e3301f4..b90133d1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pica" -version = "0.14.0" +version = "0.14.1" authors = ["Nico Wagner "] edition = "2021" license = "MIT OR Unlicense" diff --git a/README.md b/README.md index 00d71bc33..d1551e247 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ this project from source Rust 1.58.1 or newer is required. To install the latest stable release: ```bash -$ cargo install --git https://github.com/deutsche-nationalbibliothek/pica-rs --tag v0.14.0 pica +$ cargo install --git https://github.com/deutsche-nationalbibliothek/pica-rs --tag v0.14.1 pica ``` ## Commands diff --git a/docs/book/src/de/guide/installation.md b/docs/book/src/de/guide/installation.md index a6b0f1384..a3e589fff 100644 --- a/docs/book/src/de/guide/installation.md +++ b/docs/book/src/de/guide/installation.md @@ -13,9 +13,9 @@ Beginnend mit der Version `0.10.0` stehen für die Linux-Distributionen werden: ```bash -$ wget https://github.com/deutsche-nationalbibliothek/pica-rs/releases/download/v0.14.0/pica_0.14.0-1_amd64.deb -$ dpkg -i pica_0.13.0-1_amd64.deb -$ rm pica_0.13.0-1_amd64.deb +$ wget https://github.com/deutsche-nationalbibliothek/pica-rs/releases/download/v0.14.0/pica_0.14.1-glibc2.31-1_amd64.deb +$ dpkg -i pica_0.14.1-glibc2.31-1_amd64.deb +$ rm pica_0.14.1-glibc2.31-1_amd64.deb ``` ## RedHat & SUSE & CentOS @@ -26,10 +26,10 @@ Beginnend mit der Version `0.10.0` stehen für die Linux-Distributionen mit folgendem Kommando installiert werden: ```bash -$ rpm -i pica-0.14.0-1.x86_64.rpm +$ rpm -i pica-0.14.1-glibc2.31-1.x86_64.rpm ``` -Für CentOS 7 steht ein spezielles `RPM`-Paket bereit (`pica-0.14.0-glibc2.17-1.x86_64.rpm`), +Für CentOS 7 steht ein spezielles `RPM`-Paket bereit (`pica-0.14.1-glibc2.17-1.x86_64.rpm`), dass die [GNU C Library (glibc)](https://www.gnu.org/software/libc) in der Version 2.17 verwendet. @@ -77,9 +77,9 @@ Wenn die Quelle nicht benötigt werden, kann das Projekt auch direkt über den P $ cargo install --git https://github.com/deutsche-nationalbibliothek/pica-rs \ --branch main pica -# Installation der Version 0.14.0 +# Installation der Version 0.14.1 $ cargo install --git https://github.com/deutsche-nationalbibliothek/pica-rs \ - --tag v0.13.0 pica + --tag v0.14.1 pica # Installation des Entwicklungszweigs "feat1" $ cargo install --git https://github.com/deutsche-nationalbibliothek/pica-rs \