Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ghaskins committed Jan 1, 2020
1 parent d81981a commit 9a43f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 9a43f31

Please sign in to comment.