Skip to content

Commit

Permalink
Version 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kzkn committed Feb 22, 2025
1 parent 604207e commit 41ab04a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Fixed

### Changed

### Added

## [0.18.1] - 2025-02-22

### Fixed
- Fix error when formatting pattern matching syntax. ([#325](https://github.com/ruby-formatter/rufo/pull/325))
- Fix bug for toplevel Array literal and Hash literal indentation. ([#327](https://github.com/ruby-formatter/rufo/pull/327))
Expand Down
2 changes: 1 addition & 1 deletion lib/rufo/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Rufo
VERSION = "0.18.0"
VERSION = "0.18.1"
end

0 comments on commit 41ab04a

Please sign in to comment.