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 6651a73 commit 08b11d8Copy full SHA for 08b11d8
ChangeLog.md
@@ -1,3 +1,9 @@
1
+### 0.1.3 / 2023-10-14
2
+
3
+* Require [activerecord] `~> 7.0, < 7.1.0`.
4
+ * **Note:** [activerecord] 7.1.0 changed it's internal migration APIs which
5
+ `ronin-db-activerecord` was using to run migrations.
6
7
### 0.1.2 / 2023-09-19
8
9
* Fix {Ronin::DB::MACAddress#address} validation regex to match the whole
@@ -54,3 +60,4 @@
54
60
* {Ronin::DB::Vulnerability}
55
61
* {Ronin::DB::WebCredential}
56
62
63
+[activerecord]: https://github.com/rails/rails/tree/main/activerecord#readme
0 commit comments