@@ -30,7 +30,7 @@ Included in 0.2.18-SNAPSHOT:
3030 316 Don't validate data_readers.clj files.
3131 318 Use cljdoc for the poly tool documentation. Moved back all the poly tool documentation to the GitHib repository
3232 together with the source code + updated the documentation + added new pages:
33- Artifacts, Doc, Poly as a library, Tap, Test Runners, Validations, Source code, Polyx, and Maintenance .
33+ Artifacts, Doc, Tap, Test Runners, Validations, Source code, Polylith CI setup, Polyx, and Versions .
3434 The new 'doc' command was added, giving us easy access all web based, Polylith related documentation.
3535 376 Support updating all libraries to the latest version, by using 'poly libs :update'.
3636
@@ -41,7 +41,7 @@ Included in 0.2.18-SNAPSHOT:
4141 319 lread Tweak bb doc task that offers cljdoc previews + the related PRs 320, 321 and 325.
4242 323 john-shaffer Fix NPE when taking the size of a directory.
4343 324 j1mr10rd4n Fix filename/namespace mismatch in profile.adoc.
44- 327 lread Reviews all the documentation, with one PR per page, starting with PR 327!
44+ 327 lread Reviews most of the documentation, with one PR per page, starting with PR 327!
4545 332 lread Add clj-kondo config exports.
4646
4747Other improvements
@@ -61,3 +61,5 @@ Other improvements
6161 a PR could suddenly start failing if a newer version of a used library was released.
6262 - If we switch to a file using e.g. 'switch-ws file:ws.edn', the :no-changes will now work properly.
6363 - Removed support for running `poly` as a Clojure Tool.
64+ - Show size as dash (- instead of 0) in the libs command, if a library hasn't been downloaded yet. This stopped working in 0.2.17-alpha.
65+ - Handle spacing between bricks correctly in the libs command when passing in skip:dev.
0 commit comments