Merge branch 'release/0.4.0' into 'master'
Release: Change changelog and mix version See merge request pleroma/elixir-libraries/linkify!34
This commit is contained in:
commit
33558484a6
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 0.4.0 - 2020-11-24
|
||||
|
||||
### Added
|
||||
|
||||
- Support for linking URLs with FQDNs (e.g., "google.com.")
|
||||
|
|
2
mix.exs
2
mix.exs
|
@ -1,7 +1,7 @@
|
|||
defmodule Linkify.Mixfile do
|
||||
use Mix.Project
|
||||
|
||||
@version "0.3.0"
|
||||
@version "0.4.0"
|
||||
|
||||
def project do
|
||||
[
|
||||
|
|
Reference in a new issue