File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,16 @@ A concise overview of the public-facing changes to the gem from version to versi
44
55## Unreleased
66
7- The follow changes will be coming in the upcoming v4.0.0 release.
7+ ## v4.0.0 - 2023-01-26
88
99- ** Breaking change** : drop support for Ruby 2.5 and earlier
10- - Fixes
10+ - CLI with limited options, e.g. ` graphql-docs schema.graphql `
11+ - Dart Sass replaces Ruby Sass because Ruby Sass is deprecated
12+ - Fixes:
1113 - Upgrade commonmarker to latest ver to address security vulnerabilities
14+ - commonmarker pinned to version without security vulnerability
15+ - Chores
16+ - Dev env refresh
1217
1318## v3.0.1 - 2022-10-14
1419
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module GraphQLDocs
4- VERSION = '3 .0.1 '
4+ VERSION = '4 .0.0 '
55end
You can’t perform that action at this time.
0 commit comments