We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80d67ec + 1bfffd9 commit 51dcac0Copy full SHA for 51dcac0
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## [Unreleased]
4
### Changed
5
* Updated to use Clojure CLI instead of Leiningen.
6
+* Add `start-receivers` and `stop-receivers` functions.
7
8
## 0.3.2
9
Update dependencies (#6).
build.edn
@@ -1,5 +1,5 @@
1
{:lib toyokumo/gluttony
2
- :version "0.3.{{git/commit-count}}"
+ :version "0.4.{{git/commit-count}}"
:documents [{:file "CHANGELOG.md"
:match "Unreleased"
:action :append-after
0 commit comments