8000 Bumps version number and updates CHANGELOG. · disk42/ajax-datatables-rails@a2e2852 · GitHub
[go: up one dir, main page]

Skip to content

Commit a2e2852

Browse files
committed
Bumps version number and updates CHANGELOG.
1 parent 4e2ae61 commit a2e2852

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 0.1.1
4+
* Fixes problem on `searchable_columns` where the corresponding model is
5+
a composite model name, e.g. `UserData`, `BillingAddress`.
6+
Thanks to [iruca3](https://github.com/iruca3) for the fix.
7+
38
## 0.1.0
49
* A fresh start. Sets base class name to: `AjaxDatatablesRails::Base`.
510
* Extracts pagination functions to mixable modules.

lib/ajax-datatables-rails/version.rb

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

0 commit comments

Comments
 (0)
0