Skip to content

Commit

Permalink
Bump to version 5.2.0
Browse files Browse the repository at this point in the history
Also correct release instructions to indicate that the version number is
now found in `lib/committee/version.rb` instead of `committee.gemspec`.
  • Loading branch information
brandur committed May 4, 2024
1 parent 225b60e commit 8f7326d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.2.0] - 2024-05-04
- Error explicitly that OpenAPI 3.1+ isn't supported #418

## [5.1.0] - 2024-01-16
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ bundle exec ruby -Ilib -Itest test/router_test.rb -n /prefix/

## Release

1. Update the version in `committee.gemspec` as appropriate for [semantic
1. Update the version in `lib/committee/version.rb` as appropriate for [semantic
versioning](http://semver.org) and add details to `CHANGELOG.md`.
2. Commit those changes. Use a commit message like `Bump version to 1.2.3`.
3. Run the `release` task:
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.1.0'.freeze
VERSION = '5.2.0'.freeze
end

0 comments on commit 8f7326d

Please sign in to comment.