Skip to content

Commit 0617dbe

Browse files
committed
Release version 0.1.3
1 parent 076ccfc commit 0617dbe

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,14 @@ Bug reports and pull requests are highly welcomed and appreciated. This project
297297

298298
## Changelog
299299

300+
<details>
301+
<summary>0.1.3</summary>
302+
303+
* add support to move element into another group ([#5](https://github.com/richardboehme/lexorank/pull/5), by [@bookis](https://github.com/bookis))
304+
* add the `no_rank?` method ([#5](https://github.com/richardboehme/lexorank/pull/5), by [@bookis](https://github.com/bookis))
305+
* remove in memory operations with the collection when calling `move_to`
306+
</details>
307+
300308
<details>
301309
<summary>0.1.2</summary>
302310

lib/lexorank/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Lexorank
2-
VERSION = '0.1.2'
2+
VERSION = '0.1.3'
33
end

0 commit comments

Comments
 (0)