Skip to content

Commit

Permalink
chore(actix): prepare release 0.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Jun 9, 2024
1 parent 5c307dd commit 3815025
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.5

- Add `Registry::try_get()` method.
- Add `Registry::get_or_start_default()` method.
- Deprecate `Registry::get()` method.
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.4"
version = "0.13.5"
authors = [
"Nikolay Kim <fafhrd91@gmail.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.4)](https://docs.rs/actix/0.13.4)
[![Documentation](https://docs.rs/actix/badge.svg?version=0.13.5)](https://docs.rs/actix/0.13.5)
![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.4/status.svg)](https://deps.rs/crate/actix/0.13.4)
[![Dependency Status](https://deps.rs/crate/actix/0.13.5/status.svg)](https://deps.rs/crate/actix/0.13.5)
<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 3815025

Please sign in to comment.