From 1f4103dee939633acfba183f62ea24c6d2462f3c Mon Sep 17 00:00:00 2001 From: Brendon Muir Date: Tue, 5 Mar 2024 16:20:27 +1300 Subject: [PATCH] Release Version 0.1.6 --- CHANGELOG.md | 4 ++++ lib/positioning/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a4043c..d4c6fb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [Unreleased] +## [0.1.6] - 2024-03-05 + +- Allow the position to be passed as a JSON object so that we can pass in complex positions from the browser more easily. + ## [0.1.5] - 2024-03-04 - Allow empty strings to represent nil for the purposes of solidifying a position diff --git a/lib/positioning/version.rb b/lib/positioning/version.rb index c88b625..8ebb6ed 100644 --- a/lib/positioning/version.rb +++ b/lib/positioning/version.rb @@ -1,3 +1,3 @@ module Positioning - VERSION = "0.1.5" + VERSION = "0.1.6" end