File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 0.5.0] - 2024-12-14
4+
5+ Maintenance release.
6+
7+ ### Fixed
8+ - Fix "defined in application" runtime warnings ([ @alexgleason ] ( https://github.com/alexgleason ) )
9+ - Remove unused @requred_keys ([ @alexgleason ] ( https://github.com/alexgleason ) )
10+ - Fix duplicate keys warnings ([ @alexgleason ] ( https://github.com/alexgleason ) )
11+
12+ ### Chore
13+
14+ - Upgrade dev dependencies
15+ - Remove empty config file
16+ - Regenerate formatter config and gitignore with the latest Elixir
17+ - Fix CI workflow
18+
319## [ 0.4.1] - 2021-01-14
420### Fixed
521- Call the youtube oembed with https ([ @fatboypunk ] ( https://github.com/fatboypunk ) )
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Add `oembed` to your list of dependencies in `mix.exs`:
2424
2525``` elixir
2626def deps do
27- [{:oembed , " ~> 0.4.1 " }]
27+ [{:oembed , " ~> 0.5.0 " }]
2828end
2929```
3030
Original file line number Diff line number Diff line change 11defmodule OEmbed.Mixfile do
22 use Mix.Project
33
4- @ version "0.4.1 "
4+ @ version "0.5.0 "
55
66 def project do
77 [
You can’t perform that action at this time.
0 commit comments