File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.11.0 – 2022-08-15
4+
5+ ### 🚀Enhancements
6+
7+ - Suggest using varchar instead of char on postgres (#178 )
8+ - Fix symbol_space with negative values (#180 )
9+ - Fix to_string to use the minus_sign_first option (#181 )
10+ - Adds support for strip_insignificant_fractional_unit option to to_string (#183 )
11+ - Fix Canadian and Singaporean Dollar symbols (#185 )
12+
313## 1.10.0 – 2022-04-10
414
515### 🚀Enhancements
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following to your `mix.exs`:
2222
2323``` elixir
2424def deps do
25- [{:money , " ~> 1.9 " }]
25+ [{:money , " ~> 1.11 " }]
2626end
2727```
2828
Original file line number Diff line number Diff line change 11defmodule Money.Mixfile do
22 use Mix.Project
33
4- @ version "1.10 .0"
4+ @ version "1.11 .0"
55 @ github_url "https://github.com/elixirmoney/money"
66
77 def project do
You can’t perform that action at this time.
0 commit comments