Merge branch 'release/0.5.0' into 'master'

Release/0.5.0

See merge request pleroma/elixir-libraries/linkify!42
This commit is contained in:
lain 2021-03-02 15:02:24 +00:00
commit ec7475a7e2
2 changed files with 5 additions and 2 deletions

View File

@ -1,10 +1,13 @@
# Changelog
## 0.5.0 - 2021-XX-XX
## 0.5.0 - 2021-03-02
### Added
- More robust detection of URLs inside a parenthetical
- Only link ip addresses with a scheme
- Fix mentions in markdown
- Fix mentions with apostrophe endings
## 0.4.1 - 2020-12-21

View File

@ -1,7 +1,7 @@
defmodule Linkify.Mixfile do
use Mix.Project
@version "0.4.1"
@version "0.5.0"
def project do
[