Skip to content

Commit

Permalink
Bump to version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Jan 4, 2021
1 parent 033d731 commit 81662a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ajax-datatables-rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def self.gem_version

module VERSION
MAJOR = 1
MINOR = 2
MINOR = 3
TINY = 0
PRE = nil

Expand Down

4 comments on commit 81662a8

@stefanahman
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This sounds more like a major bump

@n-rodriguez
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why?

@stefanahman
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why?

The following changes:

  • Drop support of Rails 5.0.x and 5.1.x
  • Drop support of Ruby 2.4
  • AjaxDatatablesRails.config is removed with no replacement. The gem is now configless :)

@n-rodriguez
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah... maybe... in the end it doesn't change anything

Please sign in to comment.