File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master
4
4
5
+ ## 2.8.0
6
+
5
7
#### Breaking
6
8
7
9
If you happen to receive "Tried to use insecure HTTP repository without TLS",
@@ -45,11 +47,15 @@ and `technomancy` for the above explanation.
45
47
- Allow clojure source jar onto the classpath [ #654 ] [ 654 ]
46
48
- Fix ` boot.tmpdir/cp ` [ #502 ] [ 502 ]
47
49
- Split an argument in three [ #578 ] [ 578 ]
50
+ - Use bootignore patterns in watcher workers [ #663 ] [ 663 ]
51
+ - Make ` (sift :move) ` create resources. [ #680 ] [ 680 ]
48
52
49
53
#### Misc
50
54
51
55
- The Cheshire dependency in ` boot/worker ` has been updated to fix compatibility with ` s3-wagon-private ` [ #679 ] [ 679 ]
52
56
57
+ [ 680 ] : https://github.com/boot-clj/boot/pull/680
58
+ [ 663 ] : https://github.com/boot-clj/boot/pull/663
53
59
[ 502 ] : https://github.com/boot-clj/boot/pull/502
54
60
[ 598 ] : https://github.com/boot-clj/boot/pull/598
55
61
[ 625 ] : https://github.com/boot-clj/boot/pull/625
Original file line number Diff line number Diff line change @@ -445,7 +445,7 @@ Look for the `:boot/from` key in metadata attached to vars or namespaces.
445
445
446
446
## License
447
447
448
- Copyright © 2013-2016 Alan Dipert and Micha Niskin
448
+ Copyright © 2013-2018 Alan Dipert and Micha Niskin
449
449
450
450
Distributed under the Eclipse Public License, the same as Clojure.
451
451
Original file line number Diff line number Diff line change 1
- version =2.8.0-SNAPSHOT
1
+ version =2.8.0
You can’t perform that action at this time.
0 commit comments