Skip to content

Commit

Permalink
Release v0.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sansyrox committed May 18, 2022
1 parent c3fdc34 commit 27dace6
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 8 deletions.
36 changes: 31 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,33 @@
# Changelog

## [v0.16.0](https://github.com/sansyrox/robyn/tree/v0.16.0) (2022-04-29)
## [v0.16.3](https://github.com/sansyrox/robyn/tree/v0.16.3) (2022-05-18)

[Full Changelog](https://github.com/sansyrox/robyn/compare/v0.15.1...v0.16.0)
[Full Changelog](https://github.com/sansyrox/robyn/compare/v0.16.2...v0.16.3)

**Closed issues:**

- \[Feature Request\] Add list of sponsors on the project website [\#182](https://github.com/sansyrox/robyn/issues/182)
- Optional build feature for io\_uring [\#177](https://github.com/sansyrox/robyn/issues/177)
- Create Custom headers for the response. [\#174](https://github.com/sansyrox/robyn/issues/174)
- \[BUG\] Port not being free on app kill [\#183](https://github.com/sansyrox/robyn/issues/183)
- Build failure [\#166](https://github.com/sansyrox/robyn/issues/166)

**Merged pull requests:**

- Resolves port open issue when app is killed \#183 [\#196](https://github.com/sansyrox/robyn/pull/196) ([anandtripathi5](https://github.com/anandtripathi5))

## [v0.16.2](https://github.com/sansyrox/robyn/tree/v0.16.2) (2022-05-09)

[Full Changelog](https://github.com/sansyrox/robyn/compare/v0.16.1...v0.16.2)

## [v0.16.1](https://github.com/sansyrox/robyn/tree/v0.16.1) (2022-05-09)

[Full Changelog](https://github.com/sansyrox/robyn/compare/v0.16.0...v0.16.1)

**Closed issues:**

- Add Python stubs [\#130](https://github.com/sansyrox/robyn/issues/130)

**Merged pull requests:**

- Setup types for Robyn [\#192](https://github.com/sansyrox/robyn/pull/192) ([sansyrox](https://github.com/sansyrox))
- Fix build pipeline [\#190](https://github.com/sansyrox/robyn/pull/190) ([sansyrox](https://github.com/sansyrox))
- fix typo :pencil2: in api docs. [\#189](https://github.com/sansyrox/robyn/pull/189) ([sombralibre](https://github.com/sombralibre))
- Remove hashmap clones [\#187](https://github.com/sansyrox/robyn/pull/187) ([sansyrox](https://github.com/sansyrox))
Expand All @@ -20,6 +36,16 @@
- Implement Response headers [\#179](https://github.com/sansyrox/robyn/pull/179) ([sansyrox](https://github.com/sansyrox))
- Code cleanup [\#178](https://github.com/sansyrox/robyn/pull/178) ([sansyrox](https://github.com/sansyrox))

## [v0.16.0](https://github.com/sansyrox/robyn/tree/v0.16.0) (2022-04-29)

[Full Changelog](https://github.com/sansyrox/robyn/compare/v0.15.1...v0.16.0)

**Closed issues:**

- \[Feature Request\] Add list of sponsors on the project website [\#182](https://github.com/sansyrox/robyn/issues/182)
- Optional build feature for io\_uring [\#177](https://github.com/sansyrox/robyn/issues/177)
- Create Custom headers for the response. [\#174](https://github.com/sansyrox/robyn/issues/174)

## [v0.15.1](https://github.com/sansyrox/robyn/tree/v0.15.1) (2022-03-24)

[Full Changelog](https://github.com/sansyrox/robyn/compare/v0.15.0...v0.15.1)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "robyn"
version = "0.16.2"
version = "0.16.3"
authors = ["Sanskar Jethi <[email protected]>"]
edition = "2018"
description = "A web server that is fast!"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "robyn"
version = "0.16.2"
version = "0.16.3"
description = "A web server that is fast!"
authors = ["Sanskar Jethi <[email protected]>"]

Expand Down

0 comments on commit 27dace6

Please sign in to comment.