File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,31 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55
66<!-- changelog -->
77
8+ ## [ v1.3.0] ( https://github.com/greven/forex.git/compare/v1.2.0...v1.3.0 ) (2026-02-24)
9+
10+
11+
12+
13+ ### Features:
14+
15+ * improve test flakiness by Nuno Freire
16+
17+ * parallelize fetcher exchange rates initialization by Nuno Freire
18+
19+ * add exchange_historic_rate and refactor options by Nuno Freire
20+
21+ * add exchange_historic_rate/5 by Nuno Freire
22+
23+ * change rates functions to return ` Forex ` struct instead of map by Nuno Freire
24+
25+ * change how we start the library by Nuno Freire
26+
27+ * add typespecs by Nuno Freire
28+
29+ ### Bug Fixes:
30+
31+ * credo warning by Nuno Freire
32+
833## [ v0.2.2] ( https://github.com/greven/forex.git/compare/v0.2.1...v0.2.2 ) (2025-03-22)
934
1035
Original file line number Diff line number Diff line change 11defmodule Forex.MixProject do
22 use Mix.Project
33
4- @ version "0.2.2 "
4+ @ version "1.3.0 "
55 @ source_url "https://github.com/greven/forex"
66
77 def project do
You can’t perform that action at this time.
0 commit comments