From 9a43f31dd2db5822a2b1dd429913e32113e7f0c4 Mon Sep 17 00:00:00 2001 From: Greg Haskins Date: Wed, 1 Jan 2020 17:29:20 -0500 Subject: [PATCH] Release v1.1.0 Changes since v1.0.2 ---- 6616726 Use a general link to the cljdoc 4b9cd1c [#14] Split up code in preparation for clojurescript support b39bf55 [#14] Remove length calculation df9ef13 [#15] Convert serdes from eval+intern to pure macros Signed-off-by: Greg Haskins --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 987bf31..074d1de 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject protojure "1.1.0-SNAPSHOT" +(defproject protojure "1.1.0" :description "Support library for protoc-gen-clojure, providing native Clojure support for Google Protocol Buffers and GRPC applications" :url "http://github.com/protojure/library" :license {:name "Apache License 2.0"