Skip to content

Commit

Permalink
chore(actix): prepare release 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Feb 1, 2024
1 parent fddd075 commit 9928306
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions actix/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.13.2

- Expose `ContextFut::restart`.
- Unquoted types are now allowed in the `#[rtype(result = TYPE)]` position when type is a path.

Expand Down
2 changes: 1 addition & 1 deletion actix/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix"
version = "0.13.1"
version = "0.13.2"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"fakeshadow <24548779@qq.com>",
Expand Down
4 changes: 2 additions & 2 deletions actix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<!-- prettier-ignore-start -->

[![crates.io](https://img.shields.io/crates/v/actix?label=latest)](https://crates.io/crates/actix)
[![Documentation](https://docs.rs/actix/badge.svg?version=0.13.1)](https://docs.rs/actix/0.13.1)
[![Documentation](https://docs.rs/actix/badge.svg?version=0.13.2)](https://docs.rs/actix/0.13.2)
![Minimum Supported Rust Version](https://img.shields.io/badge/rustc-1.68+-ab6000.svg)
![License](https://img.shields.io/crates/l/actix.svg)
[![Dependency Status](https://deps.rs/crate/actix/0.13.1/status.svg)](https://deps.rs/crate/actix/0.13.1)
[![Dependency Status](https://deps.rs/crate/actix/0.13.2/status.svg)](https://deps.rs/crate/actix/0.13.2)
<br />
[![CI](https://github.com/actix/actix/actions/workflows/ci.yml/badge.svg)](https://github.com/actix/actix/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/actix/actix/branch/master/graph/badge.svg)](https://codecov.io/gh/actix/actix)
Expand Down

0 comments on commit 9928306

Please sign in to comment.