Skip to content

Commit 4203df8

Browse files
committed
chore(pubspec): bump version to 0.0.3
1 parent 81764ab commit 4203df8

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 0.0.3
4+
5+
### Features
6+
- Support GQL directive
7+
8+
### Breaking changes
9+
- Refactor OperationType. Remove the enum and replace its value by constant strings
10+
11+
### Minor changes
12+
- Remove getter and setter of Scalar & ScalarCollection mixin
13+
314
## 0.0.2
415

516
- Refactor the client

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: graphql_client
22
description: A GraphQL client.
3-
version: 0.0.2
3+
version: 0.0.3
44
homepage: https://github.com/hourliert/graphql_client
55
author: Thomas Hourlier <[email protected]>
66

0 commit comments

Comments
 (0)