Skip to content

Commit

Permalink
Release v2.8.2
Browse files Browse the repository at this point in the history
Changes since v2.8.1
--------------------
ca1ac62 Upgrade deps
b35a064 Revert "Use case-insensitive regex ..."
f7952c1 Use case-insensitive regex instead of bulk-converting all headers to lower-case

Signed-off-by: Greg Haskins <[email protected]>
  • Loading branch information
ghaskins committed Feb 4, 2024
1 parent ca1ac62 commit cdb17d9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/core/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.github.protojure/core "2.8.2-SNAPSHOT"
(defproject io.github.protojure/core "2.8.2"
:description "Core protobuf and GRPC utilities for protojure"
:url "http://github.com/protojure/lib"
:license {:name "Apache License 2.0"
Expand Down
2 changes: 1 addition & 1 deletion modules/grpc-client/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.github.protojure/grpc-client "2.8.2-SNAPSHOT"
(defproject io.github.protojure/grpc-client "2.8.2"
:description "GRPC client library for protoc-gen-clojure"
:url "http://github.com/protojure/lib"
:license {:name "Apache License 2.0"
Expand Down
2 changes: 1 addition & 1 deletion modules/grpc-server/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.github.protojure/grpc-server "2.8.2-SNAPSHOT"
(defproject io.github.protojure/grpc-server "2.8.2"
:description "GRPC server library for protoc-gen-clojure"
:url "http://github.com/protojure/lib"
:license {:name "Apache License 2.0"
Expand Down
2 changes: 1 addition & 1 deletion modules/io/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.github.protojure/io "2.8.2-SNAPSHOT"
(defproject io.github.protojure/io "2.8.2"
:description "IO library to support io.github.protojure/core"
:url "http://github.com/protojure/lib"
:license {:name "Apache License 2.0"
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(def protojure-version "2.8.2-SNAPSHOT")
(def protojure-version "2.8.2")

(defproject io.github.protojure/lib-suite "0.0.1"
:description "Support libraries for protoc-gen-clojure, providing native Clojure support for Google Protocol Buffers and GRPC applications"
Expand Down

0 comments on commit cdb17d9

Please sign in to comment.