Skip to content
Snippets Groups Projects
Commit 28335a7f authored by Georgy Moshkin's avatar Georgy Moshkin :speech_balloon:
Browse files

chore: bump LUA_API_VERSION

parent 984e09e7
No related branches found
No related tags found
1 merge request!613Fix/reentarable ddl api
Pipeline #21825 passed
......@@ -41,7 +41,7 @@ with the `YY.0M.MICRO` scheme.
### Lua API:
- Update `pico.LUA_API_VERSION`: `1.0.0` -> `1.3.0`
- Update `pico.LUA_API_VERSION`: `1.0.0` -> `2.0.0`
- Add `pico.raft_term()`
- Add `pico.create_user()`
- Add `pico.drop_user()`
......
......@@ -87,10 +87,10 @@ pub(crate) fn setup(args: &args::Run) {
picodata> pico.LUA_API_VERSION
---
- 1.3.0
- 2.0.0
...
"},
"1.3.0",
"2.0.0",
);
luamod_set(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment