Skip to content

Commit

Permalink
Bump 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Sep 23, 2024
1 parent a0b2435 commit b059c1c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## master

## 0.1.1

- Support multipart file uploads by converting files to data URIs.

At the Rack side, we use a `Rack::DataUriUploads` middleware to automatically convert
data-URI-encoded files to files uploads, so the application can handle them as usual.

## 0.1.0

- Initial release
2 changes: 1 addition & 1 deletion lib/wasmify/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Wasmify
module Rails # :nodoc:
VERSION = "0.1.0"
VERSION = "0.1.1"
end
end

0 comments on commit b059c1c

Please sign in to comment.