File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[package ]
22name = " actix-multipart"
3- version = " 0.6.0 "
3+ version = " 0.6.1 "
44authors = [
55 " Nikolay Kim <[email protected] >" ,
66 " Jacob Halsey <[email protected] >" ,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -128,11 +128,11 @@ if [ "$UPDATE_REFERENCES" = 'y' ] || [ "$UPDATE_REFERENCES" = 'Y' ]; then
128128fi
129129
130130if [ $MACOS ]; then
131- printf " prepare $PACKAGE_NAME release $NEW_VERSION " | pbcopy
131+ printf " chore( $PACKAGE_NAME ): prepare release $NEW_VERSION " | pbcopy
132132else
133133 echo
134134 echo " commit message:"
135- echo " prepare $PACKAGE_NAME release $NEW_VERSION "
135+ echo " chore( $PACKAGE_NAME ): prepare release $NEW_VERSION "
136136fi
137137
138138SHORT_PACKAGE_NAME=" $( echo $PACKAGE_NAME | sed ' s/^actix-web-//' | sed ' s/^actix-//' ) "
You can’t perform that action at this time.
0 commit comments