Skip to content

Commit

Permalink
Release version 0.17.0 (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwagner84 authored Jun 30, 2023
1 parent 2260d2a commit dced006
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.17.0] - 2023-06-30

### Added

* #622 Support boolean connectives in `select` command
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.16.0
date-released: 2023-05-26
version: 0.17.0
date-released: 2023-06-30
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pica"
version = "0.16.0"
version = "0.17.0"
authors = ["Nico Wagner <[email protected]>"]
edition = "2021"
license = "MIT OR Unlicense"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ build 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.16.0 pica
$ cargo install --git https://github.com/deutsche-nationalbibliothek/pica-rs --tag v0.17.0 pica
```

## Commands
Expand Down
14 changes: 7 additions & 7 deletions docs/book/src/de/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.16.0/pica_0.16.0-glibc2.31-1_amd64.deb
$ dpkg -i pica_0.16.0-glibc2.31-1_amd64.deb
$ rm pica_0.16.0-glibc2.31-1_amd64.deb
$ wget https://github.com/deutsche-nationalbibliothek/pica-rs/releases/download/v0.17.0/pica_0.17.0-glibc2.31-1_amd64.deb
$ dpkg -i pica_0.17.0-glibc2.31-1_amd64.deb
$ rm pica_0.17.0-glibc2.31-1_amd64.deb
```

## RedHat & SUSE & CentOS
Expand All @@ -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.16.0-glibc2.31-1.x86_64.rpm
$ rpm -i pica-0.17.0-glibc2.31-1.x86_64.rpm
```

Für CentOS 7 steht ein spezielles `RPM`-Paket bereit (`pica-0.16.0-glibc2.17-1.x86_64.rpm`),
Für CentOS 7 steht ein spezielles `RPM`-Paket bereit (`pica-0.17.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.

Expand Down Expand Up @@ -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.16.0
# Installation der Version 0.17.0
$ cargo install --git https://github.com/deutsche-nationalbibliothek/pica-rs \
--tag v0.16.0 pica
--tag v0.17.0 pica

# Installation des Entwicklungszweigs "feat1"
$ cargo install --git https://github.com/deutsche-nationalbibliothek/pica-rs \
Expand Down

0 comments on commit dced006

Please sign in to comment.