We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9a131 commit ae500bfCopy full SHA for ae500bf
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## Unreleased
2
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
8
## 0.2.0 - 2022-08-20
9
10
* Added tests
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- uuid_attribute (0.2.0)
+ uuid_attribute (0.9.0)
activemodel (>= 5.2)
activerecord (>= 5.2)
lib/uuid_attribute/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module UuidAttribute
- VERSION = "0.2.0"
+ VERSION = "0.9.0"
end
0 commit comments