Skip to content

Commit 2107b34

Browse files
committed
Release v0.7.1
1 parent 58b4d01 commit 2107b34

4 files changed

Lines changed: 38 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# Changelog
22

3+
## [Unreleased](https://github.com/sansyrox/robyn/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/sansyrox/robyn/compare/v0.7.0...HEAD)
6+
7+
**Closed issues:**
8+
9+
- Remove the solution using dockerisation of tests [\#98](https://github.com/sansyrox/robyn/issues/98)
10+
- Functions not working without request param [\#96](https://github.com/sansyrox/robyn/issues/96)
11+
- Add actix router [\#85](https://github.com/sansyrox/robyn/issues/85)
12+
- Request apart from GET are not working in directory subroutes [\#79](https://github.com/sansyrox/robyn/issues/79)
13+
- Add the ability to share the server across the network [\#69](https://github.com/sansyrox/robyn/issues/69)
14+
- Add the ability to view headers in the HTTP Methods [\#54](https://github.com/sansyrox/robyn/issues/54)
15+
- Add tests! [\#8](https://github.com/sansyrox/robyn/issues/8)
16+
17+
**Merged pull requests:**
18+
19+
- Fix the failing testing suite! [\#100](https://github.com/sansyrox/robyn/pull/100) ([sansyrox](https://github.com/sansyrox))
20+
- Requests object is now optional [\#99](https://github.com/sansyrox/robyn/pull/99) ([sansyrox](https://github.com/sansyrox))
21+
22+
## [v0.7.0](https://github.com/sansyrox/robyn/tree/v0.7.0) (2021-10-03)
23+
24+
[Full Changelog](https://github.com/sansyrox/robyn/compare/v0.6.1...v0.7.0)
25+
26+
**Closed issues:**
27+
28+
- Robyn the replacement of Quart [\#86](https://github.com/sansyrox/robyn/issues/86)
29+
- Add Pytest support for the test endpoints [\#81](https://github.com/sansyrox/robyn/issues/81)
30+
31+
**Merged pull requests:**
32+
33+
- Finally completed router integration [\#90](https://github.com/sansyrox/robyn/pull/90) ([sansyrox](https://github.com/sansyrox))
34+
- Address clippy lints [\#89](https://github.com/sansyrox/robyn/pull/89) ([SanchithHegde](https://github.com/SanchithHegde))
35+
- Initial docs update [\#83](https://github.com/sansyrox/robyn/pull/83) ([sansyrox](https://github.com/sansyrox))
36+
- Add the basics of python testing [\#82](https://github.com/sansyrox/robyn/pull/82) ([sansyrox](https://github.com/sansyrox))
37+
- Add a new landing page [\#80](https://github.com/sansyrox/robyn/pull/80) ([sansyrox](https://github.com/sansyrox))
38+
339
## [v0.6.1](https://github.com/sansyrox/robyn/tree/v0.6.1) (2021-08-30)
440

541
[Full Changelog](https://github.com/sansyrox/robyn/compare/v0.6.0...v0.6.1)

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.7.0"
3+
version = "0.7.1"
44
authors = ["Sanskar Jethi <sansyrox@gmail.com>"]
55
edition = "2018"
66
description = "A web server that is fast!"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "robyn"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
description = "A web server that is fast!"
55
authors = ["Sanskar Jethi <sansyrox@gmail.com>"]
66

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
requests==2.26.0
22
pytest==6.2.5
33
maturin
4-
robyn==0.6.1

0 commit comments

Comments
 (0)