We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.1.1
1 parent a99af84 commit dd26529Copy full SHA for dd26529
CHANGELOG.md
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## 0.1.1 - 2024-09-27
10
+
11
* Expand version matrix to include `ruby@3.3` and `rails@7.2`
12
13
*Sean Doyle*
lib/constraint_validations/version.rb
@@ -1,3 +1,3 @@
1
module ConstraintValidations
2
- VERSION = '0.1.0'
+ VERSION = '0.1.1'
3
end
0 commit comments