Skip to content

Commit

Permalink
Version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickreimer committed Dec 26, 2013
1 parent 5341dc3 commit 0a01c88
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ test/dummy/db/*.sqlite3
test/dummy/log/*.log
test/dummy/tmp/
test/dummy/.sass-cache
*.gem
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.5.0 (December 26, 2013)
-------------------------

* Add the ability to pass a lambda for the start_at option (Bobby Uhlenbrock)
* Major internal refactor for cleaner, more modular code
* Scope by base class when single table inheritance is being used (Adam Becker)

1.4.0 (July 15, 2013)
---------------------

Expand Down
2 changes: 1 addition & 1 deletion MIT-LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2012 Derrick Reimer
Copyright 2011-2014 Derrick Reimer

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion lib/sequenced/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sequenced
VERSION = "1.4.0"
VERSION = "1.5.0"
end
1 change: 1 addition & 0 deletions sequenced.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Gem::Specification.new do |s|
s.name = "sequenced"
s.version = Sequenced::VERSION
s.authors = ["Derrick Reimer"]
s.licenses = ['MIT']
s.email = ["derrickreimer@gmail.com"]
s.homepage = "https://github.com/djreimer/sequenced"
s.summary = "Generate scoped sequential IDs for ActiveRecord models"
Expand Down

0 comments on commit 0a01c88

Please sign in to comment.