Skip to content

Commit

Permalink
chore(pubspec): bump version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hourliert committed Aug 25, 2017
1 parent 81764ab commit 4203df8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.0.3

### Features
- Support GQL directive

### Breaking changes
- Refactor OperationType. Remove the enum and replace its value by constant strings

### Minor changes
- Remove getter and setter of Scalar & ScalarCollection mixin

## 0.0.2

- Refactor the client
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: graphql_client
description: A GraphQL client.
version: 0.0.2
version: 0.0.3
homepage: https://github.com/hourliert/graphql_client
author: Thomas Hourlier <hourliert@gmail.com>

Expand Down

0 comments on commit 4203df8

Please sign in to comment.