Skip to content

Commit 9a66b17

Browse files
committed
Bump version to 0.20.1 and add deprecation status.
1 parent d40e595 commit 9a66b17

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.20.1]
2+
- Add "deprecated" badge
3+
4+
## [0.20.0]
5+
- Switch to being a wrapper around mlua
6+
17
## [0.19.8]
28
- Update rustyline dev-dependency (thanks @salexan2001)
39
- Fix builds for iOS (thanks @w-ensink)

Diff for: Cargo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rlua"
3-
version = "0.20.0"
3+
version = "0.20.1"
44
authors = ["kyren <[email protected]>"]
55
edition = "2018"
66
description = "High level bindings to Lua 5.x"
@@ -15,6 +15,9 @@ rust-version = "1.75"
1515
[badges]
1616
circle-ci = { repository = "mlua-rs/rlua", branch = "master" }
1717

18+
[badges.maintenance]
19+
status = "deprecated"
20+
1821
[dependencies]
1922
mlua = { version = "0.9.5", features = ["macros"] }
2023

0 commit comments

Comments
 (0)