diff --git a/cmake/version.txt b/cmake/version.txt index 2733e926..0c8d4d7e 100644 --- a/cmake/version.txt +++ b/cmake/version.txt @@ -1 +1 @@ -4.5.6 \ No newline at end of file +4.5.7 \ No newline at end of file diff --git a/include/graphqlservice/internal/Grammar.h b/include/graphqlservice/internal/Grammar.h index fc420d54..95ee999b 100644 --- a/include/graphqlservice/internal/Grammar.h +++ b/include/graphqlservice/internal/Grammar.h @@ -453,9 +453,7 @@ struct field_selection_set : seq, selection_set> { }; -struct field_content - : sor, field_selection_set>, - seq, field_arguments> +struct field_content : seq, opt> { }; diff --git a/include/graphqlservice/internal/Version.h b/include/graphqlservice/internal/Version.h index f0c3e59d..910616a7 100644 --- a/include/graphqlservice/internal/Version.h +++ b/include/graphqlservice/internal/Version.h @@ -10,11 +10,11 @@ namespace graphql::internal { -constexpr std::string_view FullVersion { "4.5.6" }; +constexpr std::string_view FullVersion { "4.5.7" }; constexpr size_t MajorVersion = 4; constexpr size_t MinorVersion = 5; -constexpr size_t PatchVersion = 6; +constexpr size_t PatchVersion = 7; } // namespace graphql::internal diff --git a/res/ClientGen.rc b/res/ClientGen.rc index 39818c17..ca4ce5ef 100644 --- a/res/ClientGen.rc +++ b/res/ClientGen.rc @@ -3,8 +3,8 @@ #include -#define GRAPHQL_RC_VERSION 4,5,6,0 -#define GRAPHQL_RC_VERSION_STR "4.5.6" +#define GRAPHQL_RC_VERSION 4,5,7,0 +#define GRAPHQL_RC_VERSION_STR "4.5.7" #ifndef DEBUG #define VER_DEBUG 0 diff --git a/res/SchemaGen.rc b/res/SchemaGen.rc index db8d8b76..9209877b 100644 --- a/res/SchemaGen.rc +++ b/res/SchemaGen.rc @@ -3,8 +3,8 @@ #include -#define GRAPHQL_RC_VERSION 4,5,6,0 -#define GRAPHQL_RC_VERSION_STR "4.5.6" +#define GRAPHQL_RC_VERSION 4,5,7,0 +#define GRAPHQL_RC_VERSION_STR "4.5.7" #ifndef DEBUG #define VER_DEBUG 0 diff --git a/res/graphqlclient_version.rc b/res/graphqlclient_version.rc index 307f5e9c..7982adbf 100644 --- a/res/graphqlclient_version.rc +++ b/res/graphqlclient_version.rc @@ -3,8 +3,8 @@ #include -#define GRAPHQL_RC_VERSION 4,5,6,0 -#define GRAPHQL_RC_VERSION_STR "4.5.6" +#define GRAPHQL_RC_VERSION 4,5,7,0 +#define GRAPHQL_RC_VERSION_STR "4.5.7" #ifndef DEBUG #define VER_DEBUG 0 diff --git a/res/graphqljson_version.rc b/res/graphqljson_version.rc index bc972e95..df42fdf7 100644 --- a/res/graphqljson_version.rc +++ b/res/graphqljson_version.rc @@ -3,8 +3,8 @@ #include -#define GRAPHQL_RC_VERSION 4,5,6,0 -#define GRAPHQL_RC_VERSION_STR "4.5.6" +#define GRAPHQL_RC_VERSION 4,5,7,0 +#define GRAPHQL_RC_VERSION_STR "4.5.7" #ifndef DEBUG #define VER_DEBUG 0 diff --git a/res/graphqlpeg_version.rc b/res/graphqlpeg_version.rc index 9cc5e48f..fb0db20e 100644 --- a/res/graphqlpeg_version.rc +++ b/res/graphqlpeg_version.rc @@ -3,8 +3,8 @@ #include -#define GRAPHQL_RC_VERSION 4,5,6,0 -#define GRAPHQL_RC_VERSION_STR "4.5.6" +#define GRAPHQL_RC_VERSION 4,5,7,0 +#define GRAPHQL_RC_VERSION_STR "4.5.7" #ifndef DEBUG #define VER_DEBUG 0 diff --git a/res/graphqlresponse_version.rc b/res/graphqlresponse_version.rc index 40143dec..fe25318f 100644 --- a/res/graphqlresponse_version.rc +++ b/res/graphqlresponse_version.rc @@ -3,8 +3,8 @@ #include -#define GRAPHQL_RC_VERSION 4,5,6,0 -#define GRAPHQL_RC_VERSION_STR "4.5.6" +#define GRAPHQL_RC_VERSION 4,5,7,0 +#define GRAPHQL_RC_VERSION_STR "4.5.7" #ifndef DEBUG #define VER_DEBUG 0 diff --git a/res/graphqlservice_version.rc b/res/graphqlservice_version.rc index f6b41984..01731b41 100644 --- a/res/graphqlservice_version.rc +++ b/res/graphqlservice_version.rc @@ -3,8 +3,8 @@ #include -#define GRAPHQL_RC_VERSION 4,5,6,0 -#define GRAPHQL_RC_VERSION_STR "4.5.6" +#define GRAPHQL_RC_VERSION 4,5,7,0 +#define GRAPHQL_RC_VERSION_STR "4.5.7" #ifndef DEBUG #define VER_DEBUG 0 diff --git a/vcpkg.json b/vcpkg.json index 69570624..7c62b562 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -49,5 +49,5 @@ "dependencies": [ "pegtl" ], - "builtin-baseline": "a618637937298060bdbe5fbcfb628eabd1082c8a" + "builtin-baseline": "7aeffc91033ad35cc4e2c152f213a866ec6c11ac" }