Skip to content

Commit a912b3c

Browse files
committed
Release v0.52.3
1 parent 9d69b62 commit a912b3c

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

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 = "robyn"
3-
version = "0.52.2"
3+
version = "0.52.3"
44
authors = ["Sanskar Jethi <[email protected]>"]
55
edition = "2021"
66
description = "A web server that is fast!"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "robyn"
7-
version = "0.52.2"
7+
version = "0.52.3"
88
description = "A High-Performance, Community-Driven, and Innovator Friendly Web Framework with a Rust runtime."
99
authors = [{ name = "Sanskar Jethi", email = "[email protected]" }]
1010
classifiers = [

scripts/release.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
3+
set -x
4+
5+
maturin develop
6+
poetry lock

0 commit comments

Comments
 (0)