Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Table of Contents

- [v0.5.12](#v0512)
- [v0.5.11](#v0511)
- [v0.5.10](#v0510)
- [v0.5.9](#v059)

## [v0.5.12]

> Released 2026/03/31

### Fixes
- fix(decode): handle unquoted Content-Disposition name parameter

## [v0.5.11]

> Released 2025/08/05
Expand Down
4 changes: 2 additions & 2 deletions multipart-0.5.11-1.rockspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "multipart"
version = "0.5.11-1"
version = "0.5.12-1"
source = {
url = "git://github.com/Kong/lua-multipart",
tag = "0.5.11-1",
tag = "0.5.12-1",
}
description = {
summary = "A simple HTTP multipart encoder/decoder for Lua",
Expand Down
Loading