Skip to content

Commit b422745

Browse files
committed
chore(actix-multipart): prepare release 0.6.1
1 parent 4ed6146 commit b422745

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

actix-multipart/CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.6.1
6+
57
- Minimum supported Rust version (MSRV) is now 1.68 due to transitive `time` dependency.
68

79
## 0.6.0

actix-multipart/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-multipart"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = [
55
"Nikolay Kim <[email protected]>",
66
"Jacob Halsey <[email protected]>",

actix-multipart/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
> Multipart form support for Actix Web.
44
55
[![crates.io](https://img.shields.io/crates/v/actix-multipart?label=latest)](https://crates.io/crates/actix-multipart)
6-
[![Documentation](https://docs.rs/actix-multipart/badge.svg?version=0.6.0)](https://docs.rs/actix-multipart/0.6.0)
6+
[![Documentation](https://docs.rs/actix-multipart/badge.svg?version=0.6.1)](https://docs.rs/actix-multipart/0.6.1)
77
![Version](https://img.shields.io/badge/rustc-1.68+-ab6000.svg)
88
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-multipart.svg)
99
<br />
10-
[![dependency status](https://deps.rs/crate/actix-multipart/0.6.0/status.svg)](https://deps.rs/crate/actix-multipart/0.6.0)
10+
[![dependency status](https://deps.rs/crate/actix-multipart/0.6.1/status.svg)](https://deps.rs/crate/actix-multipart/0.6.1)
1111
[![Download](https://img.shields.io/crates/d/actix-multipart.svg)](https://crates.io/crates/actix-multipart)
1212
[![Chat on Discord](https://img.shields.io/discord/771444961383153695?label=chat&logo=discord)](https://discord.gg/NWpN5mmg3x)
1313

scripts/bump

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,11 @@ if [ "$UPDATE_REFERENCES" = 'y' ] || [ "$UPDATE_REFERENCES" = 'Y' ]; then
128128
fi
129129

130130
if [ $MACOS ]; then
131-
printf "prepare $PACKAGE_NAME release $NEW_VERSION" | pbcopy
131+
printf "chore($PACKAGE_NAME): prepare release $NEW_VERSION" | pbcopy
132132
else
133133
echo
134134
echo "commit message:"
135-
echo "prepare $PACKAGE_NAME release $NEW_VERSION"
135+
echo "chore($PACKAGE_NAME): prepare release $NEW_VERSION"
136136
fi
137137

138138
SHORT_PACKAGE_NAME="$(echo $PACKAGE_NAME | sed 's/^actix-web-//' | sed 's/^actix-//')"

0 commit comments

Comments
 (0)