Skip to content

Latest commit

 

History

History
71 lines (54 loc) · 2.52 KB

CHANGELOG.md

File metadata and controls

71 lines (54 loc) · 2.52 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased - ReleaseDate

1.3.0 - 2023-07-04

  • Split the package into a bin package and a lib package using workspaces #170

1.2.2 - 2022-10-15

  • Update clap to v4.
  • Add --print-manpage and --print-completions.

1.2.1 - 2021-03-27

  • Update bank list.
  • Bump deps.

1.2.0 - 2020-11-14

  • Add --bic option to CLI tool.
  • Fix improper handling of empty entries in bank file.

1.1.0 - 2020-11-12

  • Add get_bank_by_bic to fetch a bank by its BIC.

1.0.6 - 2020-11-09

  • Actually publish all binaries.

1.0.5 - 2020-11-09

  • Add binaries for more architectures to releases.
  • Bump deps.

1.0.4 - 2020-10-07

  • Fix docs.rs build.
  • Update bank list.
  • Bump deps.

1.0.3 - 2020-07-23

  • Fix binary artifact name to ensure that binary builds work again.

1.0.2 - 2020-07-23

  • Get rid of OpenSSL dependency by instead making use of RustLS. This should decrease binary size and make the lib more portable as it's now pure Rust.

1.0.1 - 2020-07-23

  • Check in Cargo.lock to make sure the binary build is reproducible.

1.0.0 - 2020-07-23

  • Update institutes database.
  • Bump deps.
  • Modernize crate.
  • Switch away from Travis to GitHub Actions.