Skip to content

Commit 46c7283

Browse files
authored
Merge pull request #8 from HubertRonald/feature/phase-4-ci-luarocks
fix: env
2 parents 633dfc5 + 6fd3ff4 commit 46c7283

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,5 @@ luacov.*
8383
# Example: generated by tools such as act or local workflow experiments.
8484
.github-actions-local/
8585
.act/
86+
87+
.env

luasf-0.3.0-1.rockspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
package = "luasf"
2-
version = "0.2.0-1"
2+
version = "0.3.0-1"
33

44
source = {
55
url = "git://github.com/HubertRonald/LuaSF.git",
6-
tag = "v0.2.0"
6+
tag = "v0.3.0"
77
}
88

99
description = {
1010
summary = "Lua Statistics Functions",
1111
detailed = [[
12-
LuaSF is a lightweight, pure-Lua library for basic descriptive statistics
13-
and random variable generation.
12+
LuaSF is a lightweight, pure-Lua library for descriptive statistics,
13+
sampling utilities, and random variable generation.
1414
]],
1515
homepage = "https://github.com/HubertRonald/LuaSF",
1616
license = "MIT",

0 commit comments

Comments
 (0)