Skip to content

Commit 22a632a

Browse files
committed
Version 0.15.1
1 parent 62eb042 commit 22a632a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88

99
### Fixed
1010

11+
### Changed
12+
13+
### Added
14+
15+
## [0.15.1] - 2023-02-08
16+
17+
### Fixed
18+
1119
- Fix Bug: raises error while formatting anonymous block argument forwarding
1220

1321
### Changed

lib/rufo/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 Rufo
4-
VERSION = "0.15.0"
4+
VERSION = "0.15.1"
55
end

0 commit comments

Comments
 (0)