Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanTron committed Apr 15, 2022
1 parent bb49f98 commit c23e736
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
5 changes: 3 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
dev
===
1.2.0 (2022-04-15)
==================

* Migrate CI to Github actions (Jonathan Tron)
* Add a new sequel-rails hook: `after_new_connection` which
sets `Sequel`'s `after_connect`, and is triggered for every
new connection (@kamilpavlicko)
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

This gem provides the railtie that allows
[sequel](http://github.com/jeremyevans/sequel) to hook into
[Rails (4.x and 5.x)](http://github.com/rails/rails) and thus behave like a
[Rails (5.2.x, 6.x, 7.x)](http://github.com/rails/rails) and thus behave like a
rails framework component. Just like activerecord does in rails,
[sequel-rails](http://github.com/talentbox/sequel-rails) uses the railtie API to
hook into rails. The two are actually hooked into rails almost identically.
Expand All @@ -27,7 +27,7 @@ Since January 2013, we've become the official maintainers of the gem after
Using sequel-rails
==================

Using sequel with Rails (4.x or 5.x) requires a couple minor changes.
Using sequel with Rails (5.2.x, 6.x, 7.x) requires a couple minor changes.

First, add the following to your Gemfile (after the `Rails` lines):

Expand Down Expand Up @@ -387,15 +387,15 @@ Note on Patches/Pull Requests
The sequel-rails team
=====================

* Jonathan Tron (JonathanTron) - Current maintainer
* Joseph Halter (JosephHalter) - Current maintainer
* Jonathan Tron (@JonathanTron) - Current maintainer
* Joseph Halter (@JosephHalter) - Current maintainer

Previous maintainer
===================

[Original project](https://github.com/brasten/sequel-rails):

* Brasten Sager (brasten) - Project creator
* Brasten Sager (@brasten) - Project creator

Contributors
============
Expand Down Expand Up @@ -459,4 +459,4 @@ The [dm-rails](http://github.com/datamapper/dm-rails) team wrote most of the ori
Copyright
=========

Copyright (c) 2010-2013 The sequel-rails team. See [LICENSE](http://github.com/brasten/sequel-rails/blob/master/LICENSE) for details.
Copyright (c) 2010-2022 The sequel-rails team. See [LICENSE](http://github.com/brasten/sequel-rails/blob/master/LICENSE) for details.
2 changes: 1 addition & 1 deletion lib/sequel_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SequelRails
VERSION = '1.1.1'.freeze
VERSION = '1.2.0'.freeze
end

0 comments on commit c23e736

Please sign in to comment.