Skip to content

Commit 3dc6aef

Browse files
committed
release: 5.1.0
1 parent f9028e7 commit 3dc6aef

File tree

4 files changed

+5
-12
lines changed

4 files changed

+5
-12
lines changed

CHANGELOG.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change Log
22

33

4-
# [?.?.?] Unreleased
4+
# [5.1.0] Nov 14 2024
55

66
### Added
77
- `tlua::Push` trait implementations for `OsString`, `OsStr`, `Path`, `PathBuf`
@@ -28,7 +28,6 @@ restricting time connection establishment.
2828

2929
### Fixed
3030
- `tlua::{Push, PushInto, LuaRead}` now work for HashSet & HashMap with custom hashers.
31-
3231
- Use after free in `fiber::Builder::start_non_joinable` when the fiber exits without yielding.
3332
- Incorrect, off-spec MP Ext type: caused runtime errors on some platforms.
3433
- Panic in coio test starting from 1.80 Rust.
@@ -42,12 +41,6 @@ restricting time connection establishment.
4241
(checked with `rg 'extern "C".*lua_State'`). `tlua::error!` throws an exception to unwind the stack,
4342
hence we need to use a proper ABI to fix UB in picodata.
4443

45-
### Added (picodata)
46-
47-
### Changed (picodata)
48-
49-
### Fixed (picodata)
50-
5144
### Breaking changes (picodata)
5245
- Add session ID to the argument list of the `sql_prepare_ext`.
5346
- Replace `sql_unprepare` with `sql_unprepare_ext` (contains an additional session ID argument).

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ rustflags = [
5656
Add the following lines to your project's Cargo.toml:
5757
```toml
5858
[dependencies]
59-
tarantool = "5.0"
59+
tarantool = "5.1"
6060

6161
[lib]
6262
crate-type = ["cdylib"]
@@ -103,7 +103,7 @@ edition = "2018"
103103
# author, license, etc
104104

105105
[dependencies]
106-
tarantool = "5.0"
106+
tarantool = "5.1"
107107
serde = "1.0"
108108

109109
[lib]

tarantool-proc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = [
44
]
55
name = "tarantool-proc"
66
description = "Tarantool proc macros"
7-
version = "3.1.1"
7+
version = "3.2.0"
88
edition = "2021"
99
license = "BSD-2-Clause"
1010
documentation = "https://docs.rs/tarantool-proc/"

tarantool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ serde_json = "1.0"
3636
serde_bytes = "^0"
3737
sha-1 = "0.9"
3838
md-5 = "0.10"
39-
tarantool-proc = { path = "../tarantool-proc", version = "3.1.1" }
39+
tarantool-proc = { path = "../tarantool-proc", version = "3.2.0" }
4040
uuid = "0.8.2"
4141
futures = "0.3.25"
4242
linkme = "0.3.29"

0 commit comments

Comments
 (0)