Skip to content

Commit

Permalink
Version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pnegri committed Aug 23, 2022
1 parent ba9a131 commit ae500bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Unreleased

## 0.9.0 - 2022-08-23

* Improved tests, now testing all ruby and supported rails versions
* Added support for PostgreSQL and SQLite

## 0.2.0 - 2022-08-20

* Added tests
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
uuid_attribute (0.2.0)
uuid_attribute (0.9.0)
activemodel (>= 5.2)
activerecord (>= 5.2)

Expand Down
2 changes: 1 addition & 1 deletion lib/uuid_attribute/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module UuidAttribute
VERSION = "0.2.0"
VERSION = "0.9.0"
end

0 comments on commit ae500bf

Please sign in to comment.