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:
commit
ec7475a7e2
2 changed files with 5 additions and 2 deletions
|
@ -1,10 +1,13 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 0.5.0 - 2021-XX-XX
|
## 0.5.0 - 2021-03-02
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- More robust detection of URLs inside a parenthetical
|
- 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
|
## 0.4.1 - 2020-12-21
|
||||||
|
|
||||||
|
|
2
mix.exs
2
mix.exs
|
@ -1,7 +1,7 @@
|
||||||
defmodule Linkify.Mixfile do
|
defmodule Linkify.Mixfile do
|
||||||
use Mix.Project
|
use Mix.Project
|
||||||
|
|
||||||
@version "0.4.1"
|
@version "0.5.0"
|
||||||
|
|
||||||
def project do
|
def project do
|
||||||
[
|
[
|
||||||
|
|
Reference in a new issue