Skip to content

Commit

Permalink
Prepare 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alandipert committed Jun 20, 2018
1 parent 59909f1 commit 8f3e56b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master

## 2.8.0

#### Breaking

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

#### Misc

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

[680]: https://github.com/boot-clj/boot/pull/680
[663]: https://github.com/boot-clj/boot/pull/663
[502]: https://github.com/boot-clj/boot/pull/502
[598]: https://github.com/boot-clj/boot/pull/598
[625]: https://github.com/boot-clj/boot/pull/625
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ Look for the `:boot/from` key in metadata attached to vars or namespaces.

## License

Copyright © 2013-2016 Alan Dipert and Micha Niskin
Copyright © 2013-2018 Alan Dipert and Micha Niskin

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

Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2.8.0-SNAPSHOT
version=2.8.0

0 comments on commit 8f3e56b

Please sign in to comment.