File tree Expand file tree Collapse file tree 5 files changed +16
-9
lines changed Expand file tree Collapse file tree 5 files changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ commits since the beginning of this repository.
16
16
### Added
17
17
### Removed
18
18
19
+ ## [ 5.5.162]
20
+
21
+ ### Changed
22
+
23
+ - Update Sentry Java SDK to 5.5.0
24
+
19
25
## [ 5.4.161]
20
26
21
27
### Changed
@@ -198,7 +204,8 @@ commits since the beginning of this repository.
198
204
compatible with Sentry 10.0.1 and below. If you wish to use those
199
205
versions, please continue to use sentry-clj 1.7.30.
200
206
201
- [ Unreleased ] : https://github.com/getsentry/sentry-clj/compare/5.4.161...HEAD
207
+ [ Unreleased ] : https://github.com/getsentry/sentry-clj/compare/5.5.162...HEAD
208
+ [ 5.5.162 ] : https://github.com/getsentry/sentry-clj/compare/5.4.160...5.5.162
202
209
[ 5.4.161 ] : https://github.com/getsentry/sentry-clj/compare/5.4.160...5.4.161
203
210
[ 5.4.160 ] : https://github.com/getsentry/sentry-clj/compare/5.3.159...5.4.160
204
211
[ 5.3.159 ] : https://github.com/getsentry/sentry-clj/compare/5.2.158...5.3.159
Original file line number Diff line number Diff line change 2
2
3
3
:deps {org.clojure/clojure {:mvn/version " 1.10.3" }
4
4
5
- io.sentry/sentry {:mvn/version " 5.4.3 " }
5
+ io.sentry/sentry {:mvn/version " 5.5.0 " }
6
6
ring/ring-core {:mvn/version " 1.9.4" }}
7
7
8
- :aliases {:build {:deps {io.github.seancorfield/build-clj {:git/tag " v0.6.1 "
9
- :git/sha " 6e962ef " }}
8
+ :aliases {:build {:deps {io.github.seancorfield/build-clj {:git/tag " v0.6.3 "
9
+ :git/sha " 9b8e09b " }}
10
10
:ns-default scripts.build}
11
11
12
12
:test {:extra-paths [" test" ]
Original file line number Diff line number Diff line change 3
3
:deps {org.clojure/clojure {:mvn/version " 1.10.3" }
4
4
5
5
ch.qos.logback/logback-classic {:mvn/version " 1.2.7" }
6
- io.sentry/sentry {:mvn/version " 5.4.3 " }
7
- io.sentry/sentry-clj {:mvn/version " 5.4.161 " }
6
+ io.sentry/sentry {:mvn/version " 5.5.0 " }
7
+ io.sentry/sentry-clj {:mvn/version " 5.5.162 " }
8
8
org.clojure/tools.cli {:mvn/version " 1.0.206" }
9
9
org.clojure/tools.logging {:mvn/version " 1.2.1" }
10
10
org.slf4j/jcl-over-slf4j {:mvn/version " 1.7.32" }
Original file line number Diff line number Diff line change 3
3
:deps {org.clojure/clojure {:mvn/version " 1.10.3" }
4
4
5
5
ch.qos.logback/logback-classic {:mvn/version " 1.2.7" }
6
- io.sentry/sentry {:mvn/version " 5.4.3 " }
7
- io.sentry/sentry-clj {:mvn/version " 5.4.161 " }
6
+ io.sentry/sentry {:mvn/version " 5.5.0 " }
7
+ io.sentry/sentry-clj {:mvn/version " 5.5.162 " }
8
8
org.clojure/tools.cli {:mvn/version " 1.0.206" }
9
9
org.clojure/tools.logging {:mvn/version " 1.2.1" }
10
10
org.slf4j/jcl-over-slf4j {:mvn/version " 1.7.32" }
Original file line number Diff line number Diff line change 3
3
[clojure.tools.build.api :as b]
4
4
[org.corfield.build :as bb]))
5
5
6
- (def ^:private version (format " 5.4 .%s" (b/git-count-revs nil )))
6
+ (def ^:private version (format " 5.5 .%s" (b/git-count-revs nil )))
7
7
(def ^:private library 'io.sentry /sentry-clj )
8
8
9
9
(defn run-tests
You can’t perform that action at this time.
0 commit comments