Skip to content

Commit

Permalink
Prepare for 0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Aug 16, 2019
1 parent 50b447d commit 258776a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.34.0 -- UNRELEASED
## 0.34.0 -- 16 Aug 2019

The new function `com.walmartlabs.lacinia.executor/parsed-query->context`
makes it possible to use the preview API functions in the executor
Expand All @@ -9,6 +9,8 @@ New preview API function `com.walmartlabs.lacinia.executor/selections-seq2`
improves on `selections-seq`, returning the name, alias, and arguments of
each selected field.

[Closed Issues](https://github.com/walmartlabs/lacinia/milestone/22?closed=1)

## 0.33.0 -- 23 May 2019

GraphQL Schema Definition Language documents can now contain empty types, and use
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.walmartlabs/lacinia "0.34.0-rc-1"
(defproject com.walmartlabs/lacinia "0.34.0"
:description "A GraphQL server implementation in Clojure"
:url "https://github.com/walmartlabs/lacinia"
:license {:name "Apache, Version 2.0"
Expand Down

0 comments on commit 258776a

Please sign in to comment.