Skip to content

Commit a3cabda

Browse files
authored
Bump version (#24)
* chore: update README.md * chore: update .gitignore and README.md for clarity and consistency * feat: add support for the Lute runtime - Implement Lute adapters for `fs`, `net`, `process`, `serde`, and `task` libraries. - Integrate Lute into CI workflows and configuration. - Add Lute-specific startup and testing scripts in `.lute/`. - Update `ci/` modules to use `@nova` aliases for better portability. - Refactor `FsMetadata` types for better cross-runtime compatibility. * feat: update Lute and Zune runtime configurations and enhance .luaurc handling * chore: format .luaurc files for consistency and clarity * fix alias * bump version
1 parent 1826377 commit a3cabda

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pesde.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "bizwiz3/nova"
2-
version = "0.4.0"
2+
version = "0.5.0"
33
description = "A filesystem-based web framework for Luau runtimes, with out-of-the-box support for Lune and Zune."
44
authors = ["BizWiz3 (https://github.com/BizWiz3)", "Leoj030 (https://github.com/Leoj030)"]
55
license = "MIT"
@@ -10,7 +10,6 @@ includes =[
1010
"README.md",
1111
"LICENSE",
1212
"src/**/*.luau",
13-
"docs/**/*.md"
1413
]
1514

1615
[target]

0 commit comments

Comments
 (0)