Skip to content

Commit

Permalink
(cargo-release) version 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Nov 9, 2020
1 parent 883a0ad commit 9f4880b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->

## [Unreleased] - ReleaseDate

## [1.0.6] - 2020-11-09
- Actually publish all binaries.

## [1.0.5] - 2020-11-09
Expand Down Expand Up @@ -36,7 +38,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Switch away from Travis to GitHub Actions.

<!-- next-url -->
[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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fints-institute-db"
version = "1.0.6-alpha.0"
version = "1.0.6"
authors = ["Sven-Hendrik Haase <svenstaro@gmail.com>"]
edition = "2018"
description = "A library and CLI tool to access FinTS access information for many German banks"
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 @@ 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 <svenstaro@gmail.com>
Tool to query the FinTS database.

Expand Down

0 comments on commit 9f4880b

Please sign in to comment.