File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## 1.0.0 - 2025-09-06
4+
5+ After 9 years of stable service, it's finally time for v1.0.0!
6+
7+ ### Added
8+
9+ - Added a language reference list with ISO codes and names.
410
511### Changed
612
713- Drop support for Elixir v1.17 and lower. Minimum supported version is now Elixir v1.18.
14+ - Replaced ` Tesla ` dependency with ` Req ` .
815
916## 0.6.0 - 2022-06-12
1017
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Add `paasaa` to your list of dependencies in `mix.exs`:
1515
1616``` elixir
1717def deps do
18- [{:paasaa , " ~> 0.6 .0" }]
18+ [{:paasaa , " ~> 1.0 .0" }]
1919end
2020```
2121
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule Paasaa.Mixfile do
44 def project do
55 [
66 app: :paasaa ,
7- version: "0.6 .0" ,
7+ version: "1.0 .0" ,
88 elixir: "~> 1.18" ,
99 elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
1010 description: description ( ) ,
You can’t perform that action at this time.
0 commit comments