Skip to content

Commit

Permalink
Release 0.4.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
nesaulov committed Jan 17, 2018
1 parent 44f9003 commit 931c789
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
@@ -1,8 +1,20 @@
# 0.4.0

## Added
* Introduce an abstract serializer class (@nesaulov) #61
* Full integration for Sequel (@nesaulov) #47
* Integration for ROM 4.x (@nesaulov) #56
* Ruby 2.5 support (@nesaulov) #57

## Miscellaneous
* Memory & performance optimizations (@nesaulov) #51
* Refactorings (@nulldef) #55

# 0.3.0

## Added
* Full integration for ActiveRecord (@nesaulov, @AlessandroMinali) #37
* Full integration for ROM (@nesaulov, @AlessandroMinali) #37
* Full integration for ROM <= 3 (@nesaulov, @AlessandroMinali) #37
* `root` optional argument (@chrisatanasian) #32
* Nested records surrealization (@AlessandroMinali) #34

Expand Down
2 changes: 1 addition & 1 deletion lib/surrealist/version.rb
Expand Up @@ -2,5 +2,5 @@

module Surrealist
# Defines the version of Surrealist
VERSION = '0.3.0'.freeze
VERSION = '0.4.0'.freeze
end

0 comments on commit 931c789

Please sign in to comment.