Skip to content

Commit 419e07c

Browse files
committed
Prepare 2.7.2
1 parent ecc6c27 commit 419e07c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master
44

5+
## 2.7.2
6+
57
#### Improved
68

79
- `set-env!` works even if the user has set `*print-level*` or `*print-length*` to non-nil in their `$BOOT_HOME/profile.boot`. [#587][587] [#586][586]
@@ -21,7 +23,7 @@ ensure that message ends in a newline.
2123
- Evaluation of boot script is now done via string concatenation and `load-string`, rather than `read-string` [#547][547]
2224
- Improve robustness of built-in `notify` task [#551](https://github.com/boot-clj/boot/pull/551)
2325

24-
##### Tasks
26+
#### Tasks
2527

2628
- Added the `socket-server` task for starting a [Clojure 1.8.0+ socket server](https://clojure.org/reference/repl_and_main#_launching_a_socket_server). [#549][549]
2729
- Added the `call` task to execute arbitrary code as part of the pipeline, either via an existing function symbol or by providing a form. Similar to [lein run](https://github.com/technomancy/leiningen#basic-usage), `call` can be used, for example, to start a [component system](https://github.com/stuartsierra/component).

version.properties

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

0 commit comments

Comments
 (0)