Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khamusa committed Sep 16, 2016
1 parent b24a0d0 commit 147a7ab
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Changelog

### Breaking changes

### Deprecations

### New features

### Bug fixes

## 0.3.0 (Sep 16, 2016)

### Breaking changes

### Deprecations

### New features

- New matcher have_field(field_name).of_type(type) for testing types and their fields

### Bug fixes

## 0.2.0 Initial public release

### Breaking changes

### Deprecations

### New features

- New matcher be_of_type for testing fields
- New matcher accept_arguments for testing fields

### Bug fixes
2 changes: 1 addition & 1 deletion lib/rspec/graphql_matchers/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Rspec
module GraphqlMatchers
VERSION = '0.2.0'.freeze
VERSION = '0.3.0'.freeze
end
end

0 comments on commit 147a7ab

Please sign in to comment.