Skip to content

Commit

Permalink
(cargo-release) version 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Nov 9, 2020
1 parent d24d628 commit 4c556fe
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.5] - 2020-11-09
- Add binaries for more architectures to releases.
- Bump deps.

Expand All @@ -33,7 +35,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.4...HEAD
[Unreleased]: https://github.com/svenstaro/fints-institute-db/compare/v1.0.5...HEAD
[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
[1.0.2]: https://github.com/svenstaro/fints-institute-db/compare/v1.0.1...v1.0.2
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.5-alpha.0"
version = "1.0.5"
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.4
fints-institute-db 1.0.5
Sven-Hendrik Haase <svenstaro@gmail.com>
Tool to query the FinTS database.

Expand Down

0 comments on commit 4c556fe

Please sign in to comment.