Skip to content

Commit 6bc3662

Browse files
committed
Release v5.1.0
1 parent 2aec020 commit 6bc3662

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ A concise overview of the public-facing changes to the gem from version to versi
44

55
## Unreleased
66

7+
## v5.1.0 - 2024-12-09
8+
9+
- List queries in the sidebar, similar to mutations. See https://github.com/brettchalupa/graphql-docs/pull/156. Thanks @denisahearn!
10+
- Fix Sass `@import` deprecation
11+
- Add ostruct and logger gems to dependencies since they're being removed from the Ruby standard library in a future release
12+
- Test and fixture improvements
13+
714
## v5.0.0 - 2024-07-03
815

916
- **breaking**: The graphql gem 2.2.0+ breaks some of the parsing and displaying of comments from a GraphQL schema file

lib/graphql-docs/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module GraphQLDocs
4-
VERSION = '5.0.0'
4+
VERSION = '5.1.0'
55
end

0 commit comments

Comments
 (0)