Skip to content

Commit dbd378a

Browse files
committed
Bump version to 0.5.0 for release
1 parent e3e93a5 commit dbd378a

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.5.0 / 2026-03-11
2+
* Validate parameter names
3+
* Fix command-line argument processing
4+
15
### 0.4.1 / 2026-01-26
26
* Support compliance_engine 0.2.x
37
* Test with Ruby 4.0

lib/scelint/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 Scelint
4-
VERSION = '0.4.1'
4+
VERSION = '0.5.0'
55
end

0 commit comments

Comments
 (0)