Skip to content

Commit

Permalink
Release v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sansyrox committed Feb 13, 2022
1 parent 376790b commit 249aeb4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "robyn"
version = "0.12.0"
version = "0.12.1"
authors = ["Sanskar Jethi <sansyrox@gmail.com>"]
edition = "2018"
description = "A web server that is fast!"
Expand Down
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -7,9 +7,11 @@
[![Gitter](https://badges.gitter.im/robyn_/community.svg)](https://gitter.im/robyn_/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Downloads](https://static.pepy.tech/personalized-badge/robyn?period=total&units=international_system&left_color=grey&right_color=blue&left_text=Downloads)](https://pepy.tech/project/robyn)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![GitHub tag](https://img.shields.io/github/tag/sansyrox/robyn?include_prereleases=&sort=semver&color=black)](https://github.com/sansyrox/robyn/releases/)
[![License](https://img.shields.io/badge/License-BSD_2.0-black)](#license)


API Docs: [Docs](https://sansyrox.github.io/robyn/#/)
[![view - Documentation](https://img.shields.io/badge/view-Documentation-blue?style=for-the-badge)](https://sansyrox.github.io/robyn/#/)

Robyn is an async Python backend server with a runtime written in Rust, btw.

Expand Down Expand Up @@ -61,7 +63,7 @@ If you're feeling curious. You can take a look at a more detailed architecture [

## ⚙️ To Develop Locally

1. Add more routes in the `integration_tests/base_routes.py` file(if you like). It only supports only get requests at the moment
1. Add more routes in the `integration_tests/base_routes.py` file(if you like).

2. Run `maturin develop`

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,5 +1,5 @@
name = "robyn"
version = "0.12.0"
version = "0.12.1"
description = "A web server that is fast!"
authors = ["Sanskar Jethi <sansyrox@gmail.com>"]

Expand Down

0 comments on commit 249aeb4

Please sign in to comment.