We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62eb042 commit 22a632aCopy full SHA for 22a632a
CHANGELOG.md
@@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
9
### Fixed
10
11
+### Changed
12
+
13
+### Added
14
15
+## [0.15.1] - 2023-02-08
16
17
+### Fixed
18
19
- Fix Bug: raises error while formatting anonymous block argument forwarding
20
21
### Changed
lib/rufo/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Rufo
4
- VERSION = "0.15.0"
+ VERSION = "0.15.1"
5
end
0 commit comments