Skip to content

Commit

Permalink
Bump version to 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsrin committed Jul 27, 2020
1 parent 751b83b commit 1cd151e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [0.3.5] - 2020-07-26

* Bugfix: Incorrect metadata for CZK, HUF, ZMK [@zacharra]
* Feature: Money objects can be multiplied by Decimals [@sjoerdsimons]

## [0.3.4] - 2020-04-19

* Bugfix: from_string rejects incorrect digit separators like 1.00,00 EUR [@sjoerdsimons]
Expand Down Expand Up @@ -44,4 +49,5 @@

### v0.4.0

* Currency Declaration: Allow declaration of new currency types (e.g. a cryptocurrency).
* Currency Declaration: Allow declaration of new currency types (e.g. a cryptocurrency).
* Serialization & Deserialization support.
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.4"
version = "0.3.5"
authors = ["Varun Srinivasan <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -15,6 +15,6 @@ categories = ["data-structures", "rust-patterns"]


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

0 comments on commit 1cd151e

Please sign in to comment.