You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# Change Log
2
2
3
+
## 0.16.0 (2025-06-03)
4
+
5
+
No new functionality in this release but an update to the CI/CD versions and bugfix.
6
+
7
+
Patch should continue to work on older versions of Elixir but CI/CD runner versions have been updated to re-enable CI/CD.
8
+
9
+
Thanks to [Steve Cohen](https://github.com/scohen) who reported a bug where patch would incorrectly handle multiple export attributes. This bug has been fixed and a test added.
10
+
11
+
### Bugfixes
12
+
13
+
- 🐞 - Fixed a bug in handling multiple exports for the same function with different arities.
14
+
15
+
### Breaking Changes
16
+
17
+
- 💔 - Elixir 1.9 and Elixir 1.10 are no longer part of the CI/CD matrix.
18
+
3
19
## 0.15.0 (2024-12-27)
4
20
5
21
No new functionality in this release but an update to the supported versions.
0 commit comments