Skip to content

Commit 41ab04a

Browse files
committed
Version 0.18.1
1 parent 604207e commit 41ab04a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
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.18.1] - 2025-02-22
16+
917
### Fixed
1018
- Fix error when formatting pattern matching syntax. ([#325](https://github.com/ruby-formatter/rufo/pull/325))
1119
- Fix bug for toplevel Array literal and Hash literal indentation. ([#327](https://github.com/ruby-formatter/rufo/pull/327))

lib/rufo/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Rufo
4-
VERSION = "0.18.0"
4+
VERSION = "0.18.1"
55
end

0 commit comments

Comments
 (0)