We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e978019 commit 63184e3Copy full SHA for 63184e3
CHANGELOG.md
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [Unreleased]
8
9
+### Fixed
10
+
11
+### Changed
12
13
+### Added
14
15
+## [0.17.1] - 2024-02-03
16
17
### Fixed
18
- Fix incorrect indentation methods call with splat ([#320](https://github.com/ruby-formatter/rufo/pull/320))
19
lib/rufo/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Rufo
4
- VERSION = "0.17.0"
+ VERSION = "0.17.1"
5
end
0 commit comments