From 9f4880b4b82bce1f1a5363fc0c020e51ff4a2ec1 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Mon, 9 Nov 2020 03:29:24 +0100 Subject: [PATCH] (cargo-release) version 1.0.6 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29867fb..5e0d056 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate + +## [1.0.6] - 2020-11-09 - Actually publish all binaries. ## [1.0.5] - 2020-11-09 @@ -36,7 +38,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Switch away from Travis to GitHub Actions. -[Unreleased]: https://github.com/svenstaro/fints-institute-db/compare/v1.0.5...HEAD +[Unreleased]: https://github.com/svenstaro/fints-institute-db/compare/v1.0.6...HEAD +[1.0.6]: https://github.com/svenstaro/fints-institute-db/compare/v1.0.5...v1.0.6 [1.0.5]: https://github.com/svenstaro/fints-institute-db/compare/v1.0.4...v1.0.5 [1.0.4]: https://github.com/svenstaro/fints-institute-db/compare/v1.0.3...v1.0.4 [1.0.3]: https://github.com/svenstaro/fints-institute-db/compare/v1.0.2...v1.0.3 diff --git a/Cargo.lock b/Cargo.lock index 72d962d..befdb7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -150,7 +150,7 @@ dependencies = [ [[package]] name = "fints-institute-db" -version = "1.0.6-alpha.0" +version = "1.0.6" dependencies = [ "assert_cmd", "iban_validate", diff --git a/Cargo.toml b/Cargo.toml index 76d3d66..207339e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fints-institute-db" -version = "1.0.6-alpha.0" +version = "1.0.6" authors = ["Sven-Hendrik Haase "] edition = "2018" description = "A library and CLI tool to access FinTS access information for many German banks" diff --git a/README.md b/README.md index 6346c63..fd66b5b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ println!("{:?}", bank.pin_tan_url); Additionally this crate includes a CLI tool for your convenience: - fints-institute-db 1.0.5 + fints-institute-db 1.0.6 Sven-Hendrik Haase Tool to query the FinTS database.