2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,18 @@ workflows:
39
39
version : 2
40
40
test_and_publish :
41
41
jobs :
42
- - clj-kondo
43
- - docs
44
- - test
42
+ - clj-kondo :
43
+ filters :
44
+ tags :
45
+ only : /.*/
46
+ - docs :
47
+ filters :
48
+ tags :
49
+ only : /.*/
50
+ - test :
51
+ filters :
52
+ tags :
53
+ only : /.*/
45
54
- publish :
46
55
context : clojars-publish
47
56
requires :
Original file line number Diff line number Diff line change 1
- Version 0.10.0 (March 22, 2024)
1
+ Version 0.10.1 (March 22, 2024)
2
2
================================
3
3
4
4
* [ #25 ] ( https://github.com/circleci/analytics-clj/pull/25 ) : Update CODEOWNERS with more relevant team
@@ -10,6 +10,12 @@ Version 0.10.0 (March 22, 2024)
10
10
* [ #27 ] ( https://github.com/circleci/analytics-clj/pull/27 ) : Bump transitive dependency okio-java and move it to managed-dependencies
11
11
* [ #34 ] ( https://github.com/circleci/analytics-clj/pull/34 ) : Bump ` com.segment.analytics.java ` dependency
12
12
13
+ Version 0.10.0 (March 22, 2024)
14
+ ================================
15
+
16
+ Not pushed to Clojars because of a bug in the new automatic publishing CI job.
17
+
18
+
13
19
Version 0.8.2 (October 3, 2023)
14
20
================================
15
21
0 commit comments