Skip to content

Commit e8feb79

Browse files
authored
Release 0.2.18 (#418)
Release 0.2.18.
1 parent 9e79264 commit e8feb79

File tree

15 files changed

+29
-26
lines changed

15 files changed

+29
-26
lines changed

.idea/modules.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/antq/deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{:paths ["src"]
2-
:deps {com.github.liquidz/antq {:mvn/version "2.7.1133"}}
2+
:deps {com.github.liquidz/antq {:mvn/version "2.7.1147"}}
33
:aliases {:test {:extra-paths ["test"]
44
:extra-deps {}}}}

components/api/src/polylith/clj/core/api/interface.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
As an example, the `clj-poly` library is first specified in the
2828
[build](https://github.com/polyfy/polylith/blob/5ff79341e7dc3fc6a486584c6c2f2f46cb577d6e/deps.edn#L120)
2929
alias in polylith's `build.clj` and then used in
30-
[build.clj](https://github.com/polyfy/polylith/blob/5ff79341e7dc3fc6a486584c6c2f2f46cb577d6e/build.clj#L83).
30+
[build.clj](https://github.com/polyfy/polylith/blob/9e79264981b0c5be6e6cb70c93a540a82c489510/build.clj#L83).
3131
3232
If you need more access than is exposed by the API at the moment, just reach out to the
3333
Polylith team in [Slack](https://clojurians.slack.com/messages/C013B7MQHJQ)
@@ -49,7 +49,7 @@
4949
5050
Each key stores a map with two keys:
5151
```clojure
52-
:breaking Increased by one if a breaking change + `:non-breaking` is set to zero.
52+
:breaking Increased by one if a breaking change + :non-breaking is set to zero.
5353
:non-breaking Increased by one if a non-breaking change.
5454
```
5555
@@ -68,7 +68,7 @@
6868
```
6969
Any changes that only add functionality/attributes, will increase the `:non-breaking` number by one.
7070
71-
If you use a SNAPSHOT version, then you can check [next-release.txt](https://github.com/polyfy/polylith/blob/issue-318/next-release.txt)
71+
If you use a SNAPSHOT version, then you can check [next-release.txt](https://github.com/polyfy/polylith/blob/master/next-release.txt)
7272
to get a summary of all the changes that have been made since the last stable/final release."
7373
{:api version/api-version
7474
:test-runner version/test-runner-api-version

components/tap/deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{:paths ["src"]
2-
:deps {djblue/portal {:mvn/version "0.50.0"}}
2+
:deps {djblue/portal {:mvn/version "0.51.0"}}
33
:aliases {:test {:extra-paths []
44
:extra-deps {}}}}

components/version/src/polylith/clj/core/version/interface.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
(def major 0)
2525
(def minor 2)
2626
(def patch 18)
27-
(def revision SNAPSHOT) ;; Set to SNAPSHOT or RELEASE.
28-
(def snapshot 23) ;; Increase by one for every snapshot release, or set to 0 if a release.
27+
(def revision RELEASE) ;; Set to SNAPSHOT or RELEASE.
28+
(def snapshot 0) ;; Increase by one for every snapshot release, or set to 0 if a release.
2929
(def snapshot? (= SNAPSHOT revision))
3030

3131
(def name-without-rev (str major "." minor "." patch))
@@ -36,7 +36,7 @@
3636

3737
(def tool (if system/extended? "polyx" "poly"))
3838

39-
(def date "2023-12-15")
39+
(def date "2023-12-19")
4040

4141
;; Execute 'poly doc version' to see when different changes was introduced.
4242
(def api-version {:breaking 1, :non-breaking 0})

doc/polyx.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you want to use `polyx`, add it as an alias to your `./deps.edn` file:
3232
:polyx {:main-opts ["-m" "polylith.clj.core.poly-cli.core"]
3333
:extra-deps {polyfy/polylith
3434
{:git/url "https://github.com/polyfy/polylith"
35-
:sha "155b55ab9e51ecd5ee0622a82a87468dac00bba3" ;; <1>
35+
:sha "9e79264981b0c5be6e6cb70c93a540a82c489510" ;; <1>
3636
:deps/root "projects/polyx"}}}}}
3737
----
3838
<1> Choose the revision via a Git SHA

examples/doc-example/deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
:ns-default build}
2626

2727
:poly {:main-opts ["-m" "polylith.clj.core.poly-cli.core"]
28-
:extra-deps {polylith/clj-poly {:mvn/version "0.2.18-SNAPSHOT"}}}}}
28+
:extra-deps {polylith/clj-poly {:mvn/version "0.2.18"}}}}}

next-release.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

4747
Other 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.

projects/poly/test/project/poly/poly_workspace_test.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@
110110
" ---------------------------------------------------- ----------- ---------------------- ----------------------------"
111111
" borkdude/edamame 1.3.23 maven 24 x x x - - . . x . . . . . . ."
112112
" clj-commons/fs 1.6.310 maven 12 x x x - - . . x . . . . . . ."
113-
" com.github.liquidz/antq 2.7.1133 maven 51 x x x - - x . . . . . . . . ."
114-
" djblue/portal 0.50.0 maven 1,845 x x x - - . . . . . . x . . ."
113+
" com.github.liquidz/antq 2.7.1147 maven 52 x x x - - x . . . . . . . . ."
114+
" djblue/portal 0.51.0 maven 1,847 x x x - - . . . . . . x . . ."
115115
" metosin/malli 0.13.0 maven 85 x x x - - . . . . . . . x . ."
116116
" mvxcvi/puget 1.3.4 maven 15 x x x - - . . . . . . . . . x"
117117
" org.clojure/clojure 1.11.1 maven 4,008 x x x - - . . . . . . . . . ."

readme.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
image::doc/images/logo.png[width=400]
22
:cljdoc-doc-url: https://cljdoc.org/d/polylith/clj-poly/CURRENT/doc
33
// Make sure we use the same version here as in components/version/.../interface.clj
4-
:snapshot-version: 0.2.18 SNAPSHOT #23
4+
//:snapshot-version: 0.2.19 SNAPSHOT #1
55

66
//https://cljdoc.org/d/polylith/clj-poly/CURRENT[image:https://cljdoc.org/badge/polylith/clj-poly[cljdoc]]
7-
https://polylith.gitbook.io/poly[image:https://badgen.net/badge/doc/0.2.17-alpha/blue[]]
8-
ifdef::env-cljdoc[]
9-
https://cljdoc.org/d/polylith/clj-poly/0.2.18-SNAPSHOT[image:https://badgen.net/badge/doc/0.2.18-SNAPSHOT/cyan[]]
10-
endif::[]
7+
https://cljdoc.org/d/polylith/clj-poly/CURRENT/doc/readme[image:https://badgen.net/badge/doc/0.2.18/blue[]]
8+
//ifdef::env-cljdoc[]
9+
//https://cljdoc.org/d/polylith/clj-poly/0.2.18-SNAPSHOT[image:https://badgen.net/badge/doc/0.2.18-SNAPSHOT/cyan[]]
10+
//endif::[]
1111
https://clojurians.slack.com/messages/C013B7MQHJQ[image:https://badgen.net/badge/slack/join chat/green[]]
1212

1313
== Welcome to the wonderful world of Polylith for Clojure!
1414

15-
NOTE: *Work in Progress*: While we are very proud of our documentation, we are currently working to make it even better!
16-
To give you a sneak peek, we built this `{snapshot-version}` release from our https://github.com/polyfy/polylith/tree/master[master] branch.
15+
//NOTE: *Work in Progress*: While we are very proud of our documentation, we are currently working to make it even better!
16+
//To give you a sneak peek, we built this `{snapshot-version}` release from our https://github.com/polyfy/polylith/tree/master[master] branch.
1717

1818
Polylith is made by developers for developers.
1919
Our goal is to maximize productivity and increase the quality of the systems we create.

0 commit comments

Comments
 (0)