File tree Expand file tree Collapse file tree 2 files changed +39
-0
lines changed
Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ ## 0.4.1 (February 14, 2025)
2+ * bug(config): direct convert ret 0 to nil error
3+
14## 0.4.0 (January 31, 2025)
25* feat(config): support runtime version 3
36
Original file line number Diff line number Diff line change 1+ rockspec_format = ' 3.0'
2+ package = ' enapter-ucm'
3+ local rock_version = ' 0.4.1'
4+ local rock_release = ' 1'
5+
6+ version = (' %s-%s' ):format (rock_version , rock_release )
7+
8+ source = {
9+ url = ' git+https://github.com/Enapter/enapter-ucm.lua.git' ,
10+ branch = rock_version == ' scm' and ' main' or nil ,
11+ tag = rock_version ~= ' scm' and ' v' .. rock_version or nil ,
12+ }
13+
14+ description = {
15+ homepage = ' http://developers.enapter.com' ,
16+ license = ' MIT' ,
17+ }
18+
19+ dependencies = {
20+ ' lua ~> 5.3' ,
21+ }
22+
23+ test_dependencies = {
24+ ' busted' ,
25+ ' luacov' ,
26+ ' luacov-reporter-lcov' ,
27+ ' inspect' ,
28+ }
29+
30+ build = {
31+ type = ' builtin' ,
32+ }
33+
34+ test = {
35+ type = ' busted' ,
36+ }
You can’t perform that action at this time.
0 commit comments