Merge branch 'release-0.5.2' into 'master'

Release v0.5.2

See merge request pleroma/elixir-libraries/linkify!46
This commit is contained in:
lain 2022-01-12 16:14:20 +00:00
commit fa46ecf29f
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 0.5.2 - 2022-01-09
### Fixed
- Fixed hashtags getting stripped at the end of lines.
## 0.5.1 - 2021-07-07
### Fixed

View File

@ -10,7 +10,7 @@ The package can be installed by adding `linkify` to your list of dependencies in
```elixir
def deps do
[{:linkify, "~> 0.3"}]
[{:linkify, "~> 0.5"}]
end
```