From 7b9d039fd8da8fd44b1f42dd0ca89a2b9f33092d Mon Sep 17 00:00:00 2001 From: Sharon Rosner Date: Mon, 9 Sep 2024 14:02:03 +0200 Subject: [PATCH] Version 0.2 --- CHANGELOG.md | 2 ++ lib/iou/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff08550..8328f30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/iou/version.rb b/lib/iou/version.rb index 5a1356d..9e4f404 100644 --- a/lib/iou/version.rb +++ b/lib/iou/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module IOU - VERSION = '0.1' + VERSION = '0.2' end