Skip to content

Commit

Permalink
Release v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrino committed Mar 1, 2020
1 parent bcf0ac0 commit 0ff5331
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@

## Unreleased

## 1.7.0

### 🚀Enhancements

- Add Elixir 1.9 and 1.10 to CI [#97]
- Support embedded schema for `Money.Ecto.Amount.Type` and `Money.Ecto.Map.Type` ecto types
- Support parsing `%Decimal{}` values in `parse/3` and `parse!/3` functions
- Support `Money.to_decimal/1` to return the value as `%Decimal{}`
- Add currency ISO 4217 numbers support
- `Money.equals?` no longer raises when comparing different currencies
- `Money.parse` and `Money.parse!` now accept any number as argument

Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Money.Mixfile do
use Mix.Project

@version "1.6.1"
@version "1.7.0"
@github_url "https://github.com/elixirmoney/money"

def project do
Expand Down Expand Up @@ -45,7 +45,7 @@ defmodule Money.Mixfile do
{:dialyxir, "~> 1.0.0-rc.6", only: [:dev, :test], runtime: false, optional: true},

# Docs
{:ex_doc, "~> 0.14", only: [:dev, :docs]}
{:ex_doc, "~> 0.21", only: [:dev, :docs]}
]
end

Expand Down

0 comments on commit 0ff5331

Please sign in to comment.