Skip to content

Commit

Permalink
Release version 0.11.0 (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwagner84 authored Mar 4, 2022
1 parent a4778aa commit da7e802
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pica"
version = "0.10.0"
authors = ["Nico Wagner <[email protected]>"]
version = "0.11.0"
authors = ["Nico Wagner <[email protected]>"]
edition = "2021"
license = "MIT OR Unlicense"
default-run = "pica"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0 pica
$ cargo install --git https://github.com/deutsche-nationalbibliothek/pica-rs --tag v0.11.0 pica
```

## Commands
Expand Down
4 changes: 2 additions & 2 deletions docs/book/src/de/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,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.10.0
# Installation der Version 0.11.0
$ cargo install --git https://github.com/deutsche-nationalbibliothek/pica-rs \
--tag v0.10.0 pica
--tag v0.11.0 pica

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

0 comments on commit da7e802

Please sign in to comment.