rwf2 / multer

An async parser for multipart/form-data content-type in Rust
MIT License
156 stars 35 forks source link

New release v2.0.0 ? #35

Closed rousan closed 3 years ago

rousan commented 3 years ago

@SergioBenitez, @jebrosen, is there any pending issues to be solved yet? I think we should make a new release as soon as possible. Please let me know, if the master branch is stable, so I can make a new release.

SergioBenitez commented 3 years ago

I'm looking into merging #33 now. Once it's in, feel free to release!

rousan commented 3 years ago

Sure, let me know when it's merged. Thanks.

SergioBenitez commented 3 years ago

Okay, I think we're ready.

rousan commented 3 years ago

@SergioBenitez, thanks for your quick contribution. So, I am preparing for new release from master branch. Will it be a major release(v2.0.0) or a minor release(1.3.0)?

SergioBenitez commented 3 years ago

This needs a major release due to several breaking changes.

rousan commented 3 years ago

Released v2.0.0. Thanks @SergioBenitez for your valuable efforts.