Skip to content

Commit 8f3e56b

Browse files
committed
Prepare 2.8.0
1 parent 59909f1 commit 8f3e56b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master
44

5+
## 2.8.0
6+
57
#### Breaking
68

79
If you happen to receive "Tried to use insecure HTTP repository without TLS",
@@ -45,11 +47,15 @@ and `technomancy` for the above explanation.
4547
- Allow clojure source jar onto the classpath [#654][654]
4648
- Fix `boot.tmpdir/cp` [#502][502]
4749
- Split an argument in three [#578][578]
50+
- Use bootignore patterns in watcher workers [#663][663]
51+
- Make `(sift :move)` create resources. [#680][680]
4852

4953
#### Misc
5054

5155
- The Cheshire dependency in `boot/worker` has been updated to fix compatibility with `s3-wagon-private` [#679][679]
5256

57+
[680]: https://github.com/boot-clj/boot/pull/680
58+
[663]: https://github.com/boot-clj/boot/pull/663
5359
[502]: https://github.com/boot-clj/boot/pull/502
5460
[598]: https://github.com/boot-clj/boot/pull/598
5561
[625]: https://github.com/boot-clj/boot/pull/625

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ Look for the `:boot/from` key in metadata attached to vars or namespaces.
445445

446446
## License
447447

448-
Copyright © 2013-2016 Alan Dipert and Micha Niskin
448+
Copyright © 2013-2018 Alan Dipert and Micha Niskin
449449

450450
Distributed under the Eclipse Public License, the same as Clojure.
451451

version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=2.8.0-SNAPSHOT
1+
version=2.8.0

0 commit comments

Comments
 (0)