Skip to content

Commit

Permalink
Release v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sansyrox committed Mar 3, 2022
1 parent 5497b6c commit 3c364c4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,24 @@

## [Unreleased](https://github.com/sansyrox/robyn/tree/HEAD)

[Full Changelog](https://github.com/sansyrox/robyn/compare/v0.13.0...HEAD)
[Full Changelog](https://github.com/sansyrox/robyn/compare/v0.13.1...HEAD)

**Fixed bugs:**

- Build error [\#161](https://github.com/sansyrox/robyn/issues/161)

**Merged pull requests:**

- Implement Custom Response objects. [\#165](https://github.com/sansyrox/robyn/pull/165) ([sansyrox](https://github.com/sansyrox))
- Remove deprecated endpoints [\#162](https://github.com/sansyrox/robyn/pull/162) ([sansyrox](https://github.com/sansyrox))
- Fix: default url param in app.start [\#160](https://github.com/sansyrox/robyn/pull/160) ([sansyrox](https://github.com/sansyrox))
- Add middlewares [\#157](https://github.com/sansyrox/robyn/pull/157) ([sansyrox](https://github.com/sansyrox))
- Remove arc\(ing\) [\#156](https://github.com/sansyrox/robyn/pull/156) ([sansyrox](https://github.com/sansyrox))

## [v0.13.1](https://github.com/sansyrox/robyn/tree/v0.13.1) (2022-02-19)

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

## [v0.13.0](https://github.com/sansyrox/robyn/tree/v0.13.0) (2022-02-15)

[Full Changelog](https://github.com/sansyrox/robyn/compare/v0.12.1...v0.13.0)
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.13.1"
version = "0.14.0"
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.13.1"
version = "0.14.0"
description = "A web server that is fast!"
authors = ["Sanskar Jethi <[email protected]>"]

Expand Down

0 comments on commit 3c364c4

Please sign in to comment.