Skip to content

Commit

Permalink
chore(actix-files): prepare release 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Jan 10, 2024
1 parent 33da480 commit 83be07d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions actix-files/CHANGES.md
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.6.5

- Fix handling of special characters in filenames.

## 0.6.4
Expand Down
2 changes: 1 addition & 1 deletion actix-files/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "actix-files"
version = "0.6.4"
version = "0.6.5"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Rob Ede <robjtede@icloud.com>",
Expand Down
4 changes: 2 additions & 2 deletions actix-files/README.md
Expand Up @@ -5,11 +5,11 @@
<!-- prettier-ignore-start -->

[![crates.io](https://img.shields.io/crates/v/actix-files?label=latest)](https://crates.io/crates/actix-files)
[![Documentation](https://docs.rs/actix-files/badge.svg?version=0.6.4)](https://docs.rs/actix-files/0.6.4)
[![Documentation](https://docs.rs/actix-files/badge.svg?version=0.6.5)](https://docs.rs/actix-files/0.6.5)
![Version](https://img.shields.io/badge/rustc-1.68+-ab6000.svg)
![License](https://img.shields.io/crates/l/actix-files.svg)
<br />
[![dependency status](https://deps.rs/crate/actix-files/0.6.4/status.svg)](https://deps.rs/crate/actix-files/0.6.4)
[![dependency status](https://deps.rs/crate/actix-files/0.6.5/status.svg)](https://deps.rs/crate/actix-files/0.6.5)
[![Download](https://img.shields.io/crates/d/actix-files.svg)](https://crates.io/crates/actix-files)
[![Chat on Discord](https://img.shields.io/discord/771444961383153695?label=chat&logo=discord)](https://discord.gg/NWpN5mmg3x)

Expand Down

0 comments on commit 83be07d

Please sign in to comment.