We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e93a5 commit dbd378aCopy full SHA for dbd378a
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 0.5.0 / 2026-03-11
2
+* Validate parameter names
3
+* Fix command-line argument processing
4
+
5
### 0.4.1 / 2026-01-26
6
* Support compliance_engine 0.2.x
7
* Test with Ruby 4.0
lib/scelint/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Scelint
- VERSION = '0.4.1'
+ VERSION = '0.5.0'
end
0 commit comments