Skip to content

Commit

Permalink
Bump version to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsrin committed Apr 19, 2020
1 parent 21865b3 commit 2928ef6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [0.3.4] - 2020-04-19

* Bugfix: from_string rejects incorrect digit separators like 1.00,00 EUR [@sjoerdsimons]

## [0.3.3] - 2020-03-13

* Bugfix: Fixing incorrect name and iso_alpha_code for BRL (Brazilian real) [@diegooliveira]
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rusty-money"
version = "0.3.3"
version = "0.3.4"
authors = ["Varun Srinivasan <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -15,6 +15,6 @@ categories = ["data-structures", "rust-patterns"]


[dependencies]
rust_decimal = "1.3.0"
rust_decimal_macros = "1.3.0"
rust_decimal = "1.4.1"
rust_decimal_macros = "1.4.1"
lazy_static = "1.4.0"

0 comments on commit 2928ef6

Please sign in to comment.