Skip to content

Commit 63184e3

Browse files
committed
Version 0.17.1
1 parent e978019 commit 63184e3

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
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
### Fixed
10+
11+
### Changed
12+
13+
### Added
14+
15+
## [0.17.1] - 2024-02-03
16+
917
### Fixed
1018
- Fix incorrect indentation methods call with splat ([#320](https://github.com/ruby-formatter/rufo/pull/320))
1119

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.17.0"
4+
VERSION = "0.17.1"
55
end

0 commit comments

Comments
 (0)