Skip to content

Commit

Permalink
Release version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
richardboehme committed Jul 16, 2021
1 parent 076ccfc commit 0617dbe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,14 @@ Bug reports and pull requests are highly welcomed and appreciated. This project

## Changelog

<details>
<summary>0.1.3</summary>

* 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`
</details>

<details>
<summary>0.1.2</summary>

Expand Down
2 changes: 1 addition & 1 deletion lib/lexorank/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Lexorank
VERSION = '0.1.2'
VERSION = '0.1.3'
end

0 comments on commit 0617dbe

Please sign in to comment.