Skip to content

Commit

Permalink
Merge pull request #49 from ThomasdenH/edition-and-docs
Browse files Browse the repository at this point in the history
Version 5.0.0
  • Loading branch information
ThomasdenH authored Oct 28, 2024
2 parents 3eb0a6f + c837571 commit 94cf62b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 5.0.0
This edition is technically breaking since it removes the `std` feature and implements `Error` from `core` instead of `std`.

- Update registry to latest version.
- Implement `Error` from `core` instead of `std`.
- Remove feature `std`.
- Update edition.
- Update documentation links.

# 4.0.1
This version generated country-specific code automatically from the IBAN registry. It also tests all examples that can be tested. The registry is somewhat messy and inconsistent actually, and as such still requires quite some manual effort. Sometimes the registry is plainly incorrect and national documentation was used instead. This means that the crate now performs better than some of the online tools I've tested.

Expand Down
2 changes: 1 addition & 1 deletion iban_validate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "iban_validate"
# Note: When updating, also update in lib.rs and README.md
version = "4.0.1"
version = "5.0.0"
authors = ["Thomas den Hollander <denhollander.thomas@gmail.com>"]
description = "A small crate to verify IBAN account numbers."
repository = "https://github.com/ThomasdenH/iban_check"
Expand Down

0 comments on commit 94cf62b

Please sign in to comment.