From c49dd3f35701a3ab615092e6a256b00e04f06aca Mon Sep 17 00:00:00 2001 From: Nico Wagner Date: Fri, 14 Oct 2022 15:41:08 +0200 Subject: [PATCH] Release version 0.13.0 --- Cargo.toml | 2 +- README.md | 2 +- docs/book/src/de/guide/installation.md | 14 +++++++------- pica-record/CHANGELOG.md | 17 +++++++++++------ 4 files changed, 20 insertions(+), 15 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c904f923c..edb9238d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pica" -version = "0.12.1" +version = "0.13.0" authors = ["Nico Wagner "] edition = "2021" license = "MIT OR Unlicense" diff --git a/README.md b/README.md index 9e111efb3..7b1136af1 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.12.1 pica +$ cargo install --git https://github.com/deutsche-nationalbibliothek/pica-rs --tag v0.13.0 pica ``` ## Commands diff --git a/docs/book/src/de/guide/installation.md b/docs/book/src/de/guide/installation.md index 94c9b3aea..b1bdea6e6 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.12.1/pica_0.12.1-1_amd64.deb -$ dpkg -i pica_0.12.1-1_amd64.deb -$ rm pica_0.12.1-1_amd64.deb +$ wget https://github.com/deutsche-nationalbibliothek/pica-rs/releases/download/v0.13./pica_0.13.0-1_amd64.deb +$ dpkg -i pica_0.13.0-1_amd64.deb +$ rm pica_0.13.0-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.10.0-1.x86_64.rpm +$ rpm -i pica-0.13.0-1.x86_64.rpm ``` -Für CentOS 7 steht ein spezielles `RPM`-Paket bereit (`pica-0.10.0-glibc2.17-1.x86_64.rpm`), +Für CentOS 7 steht ein spezielles `RPM`-Paket bereit (`pica-0.13.0-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.12.0 +# Installation der Version 0.13.0 $ cargo install --git https://github.com/deutsche-nationalbibliothek/pica-rs \ - --tag v0.12.0 pica + --tag v0.13.0 pica # Installation des Entwicklungszweigs "feat1" $ cargo install --git https://github.com/deutsche-nationalbibliothek/pica-rs \ diff --git a/pica-record/CHANGELOG.md b/pica-record/CHANGELOG.md index ddf6412fb..5cedf7b0e 100644 --- a/pica-record/CHANGELOG.md +++ b/pica-record/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog + 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/), @@ -6,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -* Add `ByteRecord` and `StringRecord` -* Add `Field` and `FieldRef` -* Add `OccurenceRef` and `OccurenceRef` -* Add `RecordRef` and `Record` -* Add `SubfieldRef` and `Subfield` -* Add `TagRef` and `Tag` +## 0.1.0 - 2022-10-14 + +### Added + +* Add `ByteRecord` and `StringRecord` (#489) +* Add `Field` and `FieldRef` (#485) +* Add `OccurenceRef` and `OccurenceRef` (#484) +* Add `RecordRef` and `Record` (#487) +* Add `SubfieldRef` and `Subfield` (#481) +* Add `TagRef` and `Tag` (#483)