Skip to content

Commit 859d615

Browse files
committed
chore: release version v1.3.0
1 parent cac67b2 commit 859d615

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff 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

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule 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

0 commit comments

Comments
 (0)