Skip to content

Commit ae500bf

Browse files
committed
Version 0.9.0
1 parent ba9a131 commit ae500bf

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Unreleased
22

3+
## 0.9.0 - 2022-08-23
4+
5+
* Improved tests, now testing all ruby and supported rails versions
6+
* Added support for PostgreSQL and SQLite
7+
38
## 0.2.0 - 2022-08-20
49

510
* Added tests

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
uuid_attribute (0.2.0)
4+
uuid_attribute (0.9.0)
55
activemodel (>= 5.2)
66
activerecord (>= 5.2)
77

lib/uuid_attribute/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module UuidAttribute
4-
VERSION = "0.2.0"
4+
VERSION = "0.9.0"
55
end

0 commit comments

Comments
 (0)