File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ This changelog documents all noteworthy changes in the project.
4
4
5
5
## Next
6
6
7
+ ## v0.4.4 - 13th April 2023
8
+
9
+ - Just a small bump, nothing actually.
10
+
7
11
## v0.4.3 - 26th October 2023
8
12
9
13
### Fixed
Original file line number Diff line number Diff line change 1
- Copyright (c) 2023 bunopnu <license@bun.rip> (https://bun.rip)
1
+ Copyright (c) 2024 bunopnu <license@bun.rip> (https://bun.rip)
2
2
3
3
Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Package can be installed by adding `fresh` to your list of dependencies in `mix.
37
37
``` elixir
38
38
defp deps do
39
39
[
40
- {:fresh , " ~> 0.4.3 " }
40
+ {:fresh , " ~> 0.4.4 " }
41
41
]
42
42
end
43
43
```
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Fresh.MixProject do
2
2
use Mix.Project
3
3
4
4
@ description "WebSocket client for Elixir, built atop the Mint ecosystem"
5
- @ version "0.4.3 "
5
+ @ version "0.4.4 "
6
6
7
7
@ source_url "https://github.com/bunopnu/fresh"
8
8
@ changelog_url "https://github.com/bunopnu/fresh/blob/main/CHANGELOG.md"
You can’t perform that action at this time.
0 commit comments