Skip to content

Commit

Permalink
Version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
noteflakes committed Sep 9, 2024
1 parent 9b3a56b commit 7b9d039
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 2024-09-09 Version 0.2

- Add UTF8 encoding option for multishot read.
- Implement `OpCtx` as wrapper for op specs. This removes the need to call
`rb_hash_aref` upon completion (except for pulling the ctx from the
Expand Down
2 changes: 1 addition & 1 deletion lib/iou/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module IOU
VERSION = '0.1'
VERSION = '0.2'
end

0 comments on commit 7b9d039

Please sign in to comment.