Skip to content

Commit 7328456

Browse files
authored
Merge pull request #50 from r8/release
Increment version
2 parents 7e9c7cb + 965f3a3 commit 7328456

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add `oembed` to your list of dependencies in `mix.exs`:
2424

2525
```elixir
2626
def deps do
27-
[{:oembed, "~> 0.4.1"}]
27+
[{:oembed, "~> 0.5.0"}]
2828
end
2929
```
3030

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule OEmbed.Mixfile do
22
use Mix.Project
33

4-
@version "0.4.1"
4+
@version "0.5.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)