Skip to content

Commit

Permalink
(cargo-release) version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Nov 12, 2020
1 parent 9dfaca0 commit 3e2718b
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.1.0] - 2020-11-12
- Add `get_bank_by_bic` to fetch a bank by its BIC

## [1.0.6] - 2020-11-09
Expand Down Expand Up @@ -39,7 +41,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.6...HEAD
[Unreleased]: https://github.com/svenstaro/fints-institute-db/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/svenstaro/fints-institute-db/compare/v1.0.6...v1.1.0
[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
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.7-alpha.0"
version = "1.1.0"
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 @@ -43,7 +43,7 @@ if let Some(bank) = get_bank_by_bic("GENODEM1MEN") {
Additionally this crate includes a CLI tool for your convenience:

```plain
fints-institute-db 1.0.6
fints-institute-db 1.1.0
Sven-Hendrik Haase <svenstaro@gmail.com>
Tool to query the FinTS database.
Expand Down

0 comments on commit 3e2718b

Please sign in to comment.