From b2dcd1e5f64ddfa86f722323fa3d026c43b20ef1 Mon Sep 17 00:00:00 2001 From: Brendon Muir Date: Mon, 4 Mar 2024 13:13:46 +1300 Subject: [PATCH] Release Version 0.1.3 --- CHANGELOG.md | 6 ++++++ lib/positioning/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25c0f2f..7f6c783 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## [Unreleased] +## [0.1.3] - 2024-03-04 + +- Internal refactoring of Mechanisms for clarity +- Additional unit testing of Mechanisms +- Added additional Ruby and Rails versions to the Github Actions matrix + ## [0.1.2] - 2024-02-29 - Fix a bug related to the scope changing with an explicitly set position value that is the same as the original position. diff --git a/lib/positioning/version.rb b/lib/positioning/version.rb index bc2102f..4af2228 100644 --- a/lib/positioning/version.rb +++ b/lib/positioning/version.rb @@ -1,3 +1,3 @@ module Positioning - VERSION = "0.1.2" + VERSION = "0.1.3" end