We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39d2cf1 commit ff3849eCopy full SHA for ff3849e
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## v0.0.6 (2024-06-24)
4
+
5
+ * Support phel-lang >= 0.14 (includes 0.15)
6
7
## v0.0.5 (2024-05-25)
8
9
### Bugfix
composer.json
@@ -8,7 +8,7 @@
],
"require": {
10
"php": ">=8.2",
11
- "phel-lang/phel-lang": "^0.14"
+ "phel-lang/phel-lang": ">=0.14"
12
},
13
"license": "MIT",
14
"autoload": {
0 commit comments