Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
r8 committed Dec 14, 2024
1 parent 7e9c7cb commit 965f3a3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [0.5.0] - 2024-12-14

Maintenance release.

### Fixed
- Fix "defined in application" runtime warnings ([@alexgleason](https://github.com/alexgleason))
- Remove unused @requred_keys ([@alexgleason](https://github.com/alexgleason))
- Fix duplicate keys warnings ([@alexgleason](https://github.com/alexgleason))

### Chore

- Upgrade dev dependencies
- Remove empty config file
- Regenerate formatter config and gitignore with the latest Elixir
- Fix CI workflow

## [0.4.1] - 2021-01-14
### Fixed
- Call the youtube oembed with https ([@fatboypunk](https://github.com/fatboypunk))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Add `oembed` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:oembed, "~> 0.4.1"}]
[{:oembed, "~> 0.5.0"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule OEmbed.Mixfile do
use Mix.Project

@version "0.4.1"
@version "0.5.0"

def project do
[
Expand Down

0 comments on commit 965f3a3

Please sign in to comment.