File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 4.0.0
2
+
3
+ This is a major release with breaking changes.
4
+ * remove support for yaml configuration files
5
+ * add clj-kondo linting and fix issues found
6
+ * add eastwood linting and fix issues found
7
+
1
8
## 3.3.1
2
9
3
10
This is a maintenance release
Original file line number Diff line number Diff line change 1
- (defproject puppetlabs /trapperkeeper " 3.3.1 -SNAPSHOT"
1
+ (defproject puppetlabs /trapperkeeper " 4.0.0 -SNAPSHOT"
2
2
:description " A framework for configuring, composing, and running Clojure services."
3
3
4
4
:license {:name " Apache License, Version 2.0"
5
5
:url " http://www.apache.org/licenses/LICENSE-2.0.html" }
6
6
7
7
:min-lein-version " 2.9.0"
8
8
9
- :parent-project {:coords [puppetlabs/clj-parent " 5.3.2 " ]
9
+ :parent-project {:coords [puppetlabs/clj-parent " 6.0.1 " ]
10
10
:inherit [:managed-dependencies ]}
11
11
12
12
; ; Abort when version ranges or version conflicts are detected in
You can’t perform that action at this time.
0 commit comments