Release v0.5.2

This commit is contained in:
Alex Gleason 2022-01-09 11:57:47 -06:00
parent ad438ed500
commit e33c8c8288
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
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
```