Skip to content

Commit

Permalink
Prep release 1.1.109
Browse files Browse the repository at this point in the history
  • Loading branch information
pilosus committed May 25, 2024
1 parent a9528c5 commit 4d4e827
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 22 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@ file. This change log follows the conventions of

## [Unreleased]

- Support user groups
([#115](https://github.com/pilosus/dienstplan/issues/115)) so that
they can be used in rotations just like normal users.
## [Unreleased]

Nothing here yet.

## [1.1.109] - 2024-05-25

### Added

- Support user groups
([#115](https://github.com/pilosus/dienstplan/issues/115)) so that
they can be used in rotations just like normal users.
- Support `arm64` platform in Docker images
([#111](https://github.com/pilosus/dienstplan/issues/111))

Expand Down Expand Up @@ -298,6 +303,7 @@ documentation website added. Project has made it to the version 1.0.0!
- Bot app MVP

[Unreleased]: https://github.com/pilosus/dienstplan/compare/1.1.98...HEAD
[1.1.109]: https://github.com/pilosus/dienstplan/compare/1.1.98...1.1.109
[1.1.98]: https://github.com/pilosus/dienstplan/compare/1.0.94...1.1.98
[1.1.94]: https://github.com/pilosus/dienstplan/compare/1.0.90...1.1.94
[1.1.90]: https://github.com/pilosus/dienstplan/compare/1.0.89...1.1.90
Expand Down
38 changes: 19 additions & 19 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -5,46 +5,46 @@
{:paths ["src" "resources"]
:deps
{ ;; Clojure
org.clojure/clojure {:mvn/version "1.11.1"}
org.clojure/clojure {:mvn/version "1.11.3"}
org.clojure/tools.cli {:mvn/version "1.1.230"}

;; Web framework
ring/ring-core {:mvn/version "1.11.0"}
ring/ring-jetty-adapter {:mvn/version "1.11.0"}
ring/ring-core {:mvn/version "1.12.1"}
ring/ring-jetty-adapter {:mvn/version "1.12.1"}
ring/ring-json {:mvn/version "0.5.1"}

;; Routing
bidi/bidi {:mvn/version "2.1.6"}

;; Logging
org.clojure/tools.logging {:mvn/version "1.3.0"}
ch.qos.logback/logback-classic {:mvn/version "1.5.1"}
ch.qos.logback/logback-classic {:mvn/version "1.5.6"}
ch.qos.logback.contrib/logback-json-classic {:mvn/version "0.1.5"}
ch.qos.logback.contrib/logback-jackson {:mvn/version "0.1.5"}
com.fasterxml.jackson.core/jackson-databind {:mvn/version "2.16.1"}
com.fasterxml.jackson.core/jackson-databind {:mvn/version "2.17.1"}

;; Alerts
io.sentry/sentry-clj {:mvn/version "7.4.213"}
io.sentry/sentry-clj {:mvn/version "7.6.215"}

;; Validation
expound/expound {:mvn/version "0.9.0"}

;; Config managements
exoscale/yummy {:mvn/version "0.2.12"}
mount/mount {:mvn/version "0.1.17"}
mount/mount {:mvn/version "0.1.18"}

;; HTTP client
clj-http/clj-http {:mvn/version "3.12.3"}
clj-http/clj-http {:mvn/version "3.13.0"}

;; JSON parsing
cheshire/cheshire {:mvn/version "5.12.0"}
cheshire/cheshire {:mvn/version "5.13.0"}

;; DB
com.github.seancorfield/next.jdbc {:mvn/version "1.3.909"}
org.postgresql/postgresql {:mvn/version "42.7.2"}
com.github.seancorfield/next.jdbc {:mvn/version "1.3.939"}
org.postgresql/postgresql {:mvn/version "42.7.3"}
com.zaxxer/HikariCP {:mvn/version "5.1.0"}
dev.weavejester/ragtime {:mvn/version "0.9.3"}
com.github.seancorfield/honeysql {:mvn/version "2.5.1103"}
dev.weavejester/ragtime {:mvn/version "0.9.4"}
com.github.seancorfield/honeysql {:mvn/version "2.6.1126"}

;; Cron
org.pilosus/kairos {:mvn/version "0.2.26"}
Expand All @@ -56,7 +56,7 @@
;; Building
;; clojure -T:build (clean|jar|uberjar)
:build
{:replace-deps {io.github.clojure/tools.build {:git/tag "v0.9.6" :git/sha "8e78bcc"}}
{:replace-deps {io.github.clojure/tools.build {:git/tag "v0.10.3" :git/sha "15ead66"}}
:ns-default build}

;; Running
Expand All @@ -83,8 +83,8 @@
jonase/eastwood {:mvn/version "1.4.2"}
io.github.weavejester/cljfmt {:git/tag "0.12.0" :git/sha "434408f"}
io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"}
nrepl/nrepl {:mvn/version "1.1.1"}
cider/cider-nrepl {:mvn/version "0.45.0"}
nrepl/nrepl {:mvn/version "1.1.2"}
cider/cider-nrepl {:mvn/version "0.48.0"}
com.bhauman/rebel-readline {:mvn/version "0.1.4"}
org.clojure/test.check {:mvn/version "1.1.1"}}}

Expand Down Expand Up @@ -171,8 +171,8 @@
;; clojure -T:outdated :upgrade true :force true
:outdated
{:replace-paths ["."]
:replace-deps {com.github.liquidz/antq {:mvn/version "2.8.1185"}
org.slf4j/slf4j-nop {:mvn/version "2.0.12"}}
:replace-deps {com.github.liquidz/antq {:mvn/version "2.8.1201"}
org.slf4j/slf4j-nop {:mvn/version "2.0.13"}}
:exec-fn antq.tool/outdated
:exec-args {:directory ["."] ;; default
:exclude ["org.clojure/tools.deps.alpha"]
Expand All @@ -189,7 +189,7 @@
;; https://github.com/clj-holmes/clj-watson
:watson
{:replace-paths ["."]
:replace-deps {io.github.clj-holmes/clj-watson {:git/tag "v5.1.1" :git/sha "ad5fe07"}}
:replace-deps {io.github.clj-holmes/clj-watson {:git/tag "v5.1.2" :git/sha "ae20e1e"}}
:main-opts ["-m" "clj-watson.cli" "scan"]
:exec-fn clj-watson.entrypoint/scan
:exec-args {:output "stdout"
Expand Down

0 comments on commit 4d4e827

Please sign in to comment.