Skip to content

Commit

Permalink
v5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Feb 6, 2025
1 parent ddec9ed commit 48d1702
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## 5.5.1 - 2025-02-06

- enabled layout cops
- added codespell workflow to spell check PRs
- fix for SpaceInsideHashLiteralBraces cop
- add support for multiple response schemas to openapi 2
- replace pry and pry-debug with debug in dev deps
- update .ruby-version to latest tested
- fix to properly support non-titlecase content-type

## [5.5.0] - 2024-11-25

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/committee/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Committee
VERSION = '5.5.0'.freeze
VERSION = '5.5.1'.freeze
end

0 comments on commit 48d1702

Please sign in to comment.