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:
commit
fa46ecf29f
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue