Skip to content

Commit

Permalink
Release v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brettchalupa committed Dec 10, 2024
1 parent 2aec020 commit 6bc3662
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ A concise overview of the public-facing changes to the gem from version to versi

## Unreleased

## v5.1.0 - 2024-12-09

- List queries in the sidebar, similar to mutations. See https://github.com/brettchalupa/graphql-docs/pull/156. Thanks @denisahearn!
- Fix Sass `@import` deprecation
- Add ostruct and logger gems to dependencies since they're being removed from the Ruby standard library in a future release
- Test and fixture improvements

## v5.0.0 - 2024-07-03

- **breaking**: The graphql gem 2.2.0+ breaks some of the parsing and displaying of comments from a GraphQL schema file
Expand Down
2 changes: 1 addition & 1 deletion lib/graphql-docs/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module GraphQLDocs
VERSION = '5.0.0'
VERSION = '5.1.0'
end

0 comments on commit 6bc3662

Please sign in to comment.