We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604207e commit 41ab04aCopy full SHA for 41ab04a
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.18.1] - 2025-02-22
16
17
### Fixed
18
- Fix error when formatting pattern matching syntax. ([#325](https://github.com/ruby-formatter/rufo/pull/325))
19
- Fix bug for toplevel Array literal and Hash literal indentation. ([#327](https://github.com/ruby-formatter/rufo/pull/327))
lib/rufo/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Rufo
4
- VERSION = "0.18.0"
+ VERSION = "0.18.1"
5
end
0 commit comments