Skip to content

Commit

Permalink
release 0.4.0 - Easter Edition
Browse files Browse the repository at this point in the history
  • Loading branch information
mackuba committed Mar 31, 2024
1 parent fafecfa commit 040184c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.4.0] - 2024-03-31 🐣

* allow passing non-JSON body to requests (e.g. when uploading blobs)
* allow passing custom headers to requests, including overriding `Content-Type`
* fixed error when the response is success but not JSON (e.g. an empty body like in deleteRecord)
* allow passing options to the client in the initializer
* aliased `default_progress` setting as `progress`
* added `base64` dependency explicitly to the gemspec - fixes a warning in Ruby 3.3, since it will be extracted as an optional gem in 3.4

## [0.3.1] - 2023-10-10

* fixed Minisky not working on Ruby 2.x
Expand Down
2 changes: 1 addition & 1 deletion lib/minisky/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require_relative 'minisky'

class Minisky
VERSION = "0.3.1"
VERSION = "0.4.0"
end

0 comments on commit 040184c

Please sign in to comment.