From 0617dbe5b8c321387042c1fa348ca60041ce318f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20B=C3=B6hme?= Date: Fri, 16 Jul 2021 20:44:13 +0200 Subject: [PATCH] Release version 0.1.3 --- README.md | 8 ++++++++ lib/lexorank/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f2b33a..a9492f6 100644 --- a/README.md +++ b/README.md @@ -297,6 +297,14 @@ Bug reports and pull requests are highly welcomed and appreciated. This project ## Changelog +
+0.1.3 + +* add support to move element into another group ([#5](https://github.com/richardboehme/lexorank/pull/5), by [@bookis](https://github.com/bookis)) +* add the `no_rank?` method ([#5](https://github.com/richardboehme/lexorank/pull/5), by [@bookis](https://github.com/bookis)) +* remove in memory operations with the collection when calling `move_to` +
+
0.1.2 diff --git a/lib/lexorank/version.rb b/lib/lexorank/version.rb index 0a4a934..ffa480b 100644 --- a/lib/lexorank/version.rb +++ b/lib/lexorank/version.rb @@ -1,3 +1,3 @@ module Lexorank - VERSION = '0.1.2' + VERSION = '0.1.3' end