1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Prepare for 9.0.0

This commit is contained in:
Rafael Mendonça França 2017-11-14 14:05:17 -05:00
parent b9675aa722
commit 8f1db57f2d
No known key found for this signature in database
GPG key ID: FC23B6D0F1EEE948
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
=== 9.0.0 / 2017-11-14
* Enhancements
* `InsertManager#insert` is now chainable
* Support multiple inserts
=== 8.0.0 / 2017-02-21
* Enhancements

View file

@ -24,7 +24,7 @@ require 'arel/delete_manager'
require 'arel/nodes'
module Arel
VERSION = '9.0.0.alpha'
VERSION = '9.0.0'
def self.sql raw_sql
Arel::Nodes::SqlLiteral.new raw_sql