Skip to content

Commit ff3849e

Browse files
committed
v0.0.6 (2024-06-24)
1 parent 39d2cf1 commit ff3849e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## v0.0.6 (2024-06-24)
4+
5+
* Support phel-lang >= 0.14 (includes 0.15)
6+
37
## v0.0.5 (2024-05-25)
48

59
### Bugfix

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"require": {
1010
"php": ">=8.2",
11-
"phel-lang/phel-lang": "^0.14"
11+
"phel-lang/phel-lang": ">=0.14"
1212
},
1313
"license": "MIT",
1414
"autoload": {

0 commit comments

Comments
 (0)