Skip to content

Commit b49821a

Browse files
committed
chore: Bump version to 0.8.2
*fix*: cookie not found *update*: stub-gen and pyo3-stub-gen crate
1 parent 73c69af commit b49821a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxapy"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
edition = "2024"
55
authors = ["FITAHIANA Nomeniavo Joe <24nomeniavo@gmail.com>"]
66
repository = "https://github.com/j03-dev/oxapy"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<b>OxAPY</b> is Python HTTP server library build in Rust - a fast, safe and featureementation.
1010
</p>
1111

12-
<a href='https://github.com/j03-dev/oxapy/#'><img src='https://img.shields.io/badge/version-0.8.1-%23b7410e'/></a>
12+
<a href='https://github.com/j03-dev/oxapy/#'><img src='https://img.shields.io/badge/version-0.8.2-%23b7410e'/></a>
1313
<a href="https://pepy.tech/projects/oxapy"><img src="https://static.pepy.tech/badge/oxapy" alt="PyPI Downloads"></a>
1414

1515
<p>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ authors = [
1515
{ name = "FITAHIANA Nomeniavo Joe", email = "24nomeniavo@gmail.com" },
1616
]
1717
description = "OxAPY is http server for python build in rust"
18-
dependencies = ["orjson>=3.11.4"]
18+
dependencies = ["orjson>=3.11.9"]
1919
[tool.maturin]
2020
python-source="."
2121
features = ["pyo3/extension-module"]

0 commit comments

Comments
 (0)