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

chore: bump LUA_API_VERSION & update CHANGELOG.md

parent 88155f42
No related branches found
No related tags found
1 merge request!590Implement ACL create/drop_role functions
Pipeline #20975 passed
......@@ -26,7 +26,7 @@ with the `YY.0M.MICRO` scheme.
### Lua API:
- Update `pico.LUA_API_VERSION`: `1.0.0` -> `1.2.0`
- Update `pico.LUA_API_VERSION`: `1.0.0` -> `1.3.0`
- Add `pico.raft_term()`
- Add `pico.create_user()`
- Add `pico.drop_user()`
......@@ -35,6 +35,8 @@ with the `YY.0M.MICRO` scheme.
- Add `pico.revoke_privilege()`
- Add `pico.drop_space()`
- Add `pico.wait_ddl_finalize()`
- Add `pico.create_role()`
- Add `pico.drop_role()`
## [23.06.0] - 2023-06-16
......
......@@ -85,10 +85,10 @@ pub(crate) fn setup(args: &args::Run) {
picodata> pico.LUA_API_VERSION
---
- 1.2.0
- 1.3.0
...
"},
"1.2.0",
"1.3.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