Skip to content

Commit 3d271b6

Browse files
committed
# 1.5.85 (2025-02-28 / 24334fc)
## Added - Support multiple formats, add `/?content-type=json|edn|transit` to the websocket URL. Still defaults to transit. ## Changed - Remove pedestal.log
1 parent 24334fc commit 3d271b6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.VERSION_PREFIX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4
1+
1.5

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 1.5.85 (2025-02-28 / 24334fc)
22

33
## Added
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ You can download pre-compiled binaries for Linux and Mac OS from the
4949
this one-liner.
5050

5151
``` shell
52-
clojure -Sdeps '{:deps {lambdaisland/funnel {:mvn/version "1.4.71"}}}' -m lambdaisland.funnel --help
52+
clojure -Sdeps '{:deps {lambdaisland/funnel {:mvn/version "1.5.85"}}}' -m lambdaisland.funnel --help
5353
```
5454

5555
## Build

bin/funnel_wrapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# project. When using the system `funnel` it will do a version check and warn if
66
# the version is older than what is requested.
77

8-
funnel_version="unreleased"
8+
funnel_version="1.5.85"
99
store_dir="$(pwd)/.store"
1010
install_dir="${store_dir}/funnel-${funnel_version}"
1111

src/lambdaisland/funnel/version.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
(ns lambdaisland.funnel.version)
22

3-
(def VERSION {:version "unreleased", :date "2021-12-16", :sha "f2a8d93"})
3+
(def VERSION {:version "1.5.85", :date "2025-02-28", :sha "24334fc"})

0 commit comments

Comments
 (0)