Skip to content

Commit 653ebda

Browse files
(maint) prepare for 4.0.0 release
1 parent bb828ec commit 653ebda

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
## 3.3.1
29

310
This is a maintenance release

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
(defproject puppetlabs/trapperkeeper "3.3.1-SNAPSHOT"
1+
(defproject puppetlabs/trapperkeeper "4.0.0-SNAPSHOT"
22
:description "A framework for configuring, composing, and running Clojure services."
33

44
:license {:name "Apache License, Version 2.0"
55
:url "http://www.apache.org/licenses/LICENSE-2.0.html"}
66

77
:min-lein-version "2.9.0"
88

9-
:parent-project {:coords [puppetlabs/clj-parent "5.3.2"]
9+
:parent-project {:coords [puppetlabs/clj-parent "6.0.1"]
1010
:inherit [:managed-dependencies]}
1111

1212
;; Abort when version ranges or version conflicts are detected in

0 commit comments

Comments
 (0)