We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20a9868 + 48e1ac9 commit d1d534dCopy full SHA for d1d534d
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master (unreleased)
4
5
+## 0.3.0 (2023-07-14)
6
+
7
* [#15](https://github.com/bitjourney/graphql-autotest/pull/15): Migrating from Travis CI to GitHub Actions. (by @shimbaco)
8
* [#14](https://github.com/bitjourney/graphql-autotest/pull/14): Add support for field arguments. (by @takeyoda)
9
lib/graphql/autotest/version.rb
@@ -1,5 +1,5 @@
1
module GraphQL
module Autotest
- VERSION = "0.2.1"
+ VERSION = "0.3.0"
end
0 commit comments