Skip to content

Commit

Permalink
bumped package version for next development cycle and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPeel committed Jul 4, 2023
1 parent d20078b commit 7003ed5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v0.1.7 (2023-07-04)

* bumped package version for next development cycle
* Add a test that we can create random ibans for all countries
* Fix QA to match https://www.swift.com/node/9606
* Fix QA to match https://www.swift.com/node/9606
* added CHANGELOG file
* added '--cfg docsrs' to docs.rs config in Cargo.toml


## v0.1.6 (2023-04-23)

* bumped version for dev
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "IBAN parsing library"
license = "MIT OR Apache-2.0"
repository = "https://github.com/JohnPeel/iban"
documentation = "https://docs.rs/iban"
version = "0.1.7"
version = "0.1.8"
edition = "2021"
rust-version = "1.60.0"

Expand Down

0 comments on commit 7003ed5

Please sign in to comment.