Skip to content

Commit

Permalink
Prep for 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Oct 9, 2021
1 parent dc8a6dc commit 785aa07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.39 - UNRELEASED
## 1.0 -- 9 Oct 2021

A new function, `com.walmartlabs.lacinia.schema/select-type`, allows a type within the compiled schema to be selected;
this exposes the type, fields, arguments, and so forth, much like GraphQL introspection, but at the Clojure API level.
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
:exec-fn codox.main/generate-docs
:exec-args {:metadata {:doc/format :markdown}
:name "com.walmartlabs/lacinia"
:version "0.39-alpha-11"
:version "1.0"
:description "Clojure-native implementation of GraphQL"}
:jvm-opts ["--illegal-access=permit"]}}}
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.39-alpha-11"
(defproject com.walmartlabs/lacinia "1.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 785aa07

Please sign in to comment.