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

chore(release): changelog (version bump)

parent 58db7dff
No related branches found
No related tags found
1 merge request!129chore(release): changelog (version bump)
# Change Log
# [0.6.1] Apr 08 2022
### Added
- `upsert!` macro for operations of different types
- `tlua::AsTable` wrapper for pushing/reading rust tuples as lua tables
- `#[tarantool::proc]` attribute macro for easy stored procedure definitions
### Fixed
- `c_char` related compile errors on systems where `c_char` is `unsigned`
- `Display` not being implemented for some error types
# [0.6.0] Mar 17 2022
Added
......
......@@ -28,7 +28,7 @@ libc = "0.2"
log = "0.4"
num-traits = "0.2"
num-derive = "0.3"
tlua = { path = "../tlua", version = "0.6.0" }
tlua = { path = "../tlua", version = "0.6.1" }
protobuf = { version = "2", optional = true }
raft = { version = "0.6.0", optional = true }
refpool = { version = "0.4.3", optional = true }
......
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