This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-12-04
Channels
- # adventofcode (161)
- # asami (2)
- # babashka (56)
- # beginners (128)
- # calva (57)
- # cider (10)
- # circleci (1)
- # clj-kondo (4)
- # clojure (13)
- # clojure-europe (44)
- # clojure-france (32)
- # clojure-italy (3)
- # clojure-nl (18)
- # clojure-spec (7)
- # clojure-uk (26)
- # clojurescript (18)
- # code-reviews (15)
- # community-development (7)
- # conjure (5)
- # cryogen (8)
- # cursive (31)
- # datomic (18)
- # emacs (8)
- # events (4)
- # figwheel-main (7)
- # fulcro (42)
- # juxt (3)
- # kaocha (58)
- # lambdaisland (1)
- # malli (1)
- # minimallist (1)
- # pathom (11)
- # pedestal (9)
- # re-frame (28)
- # reagent (20)
- # reclojure (4)
- # releases (1)
- # reveal (23)
- # schema (2)
- # shadow-cljs (7)
- # test-check (67)
- # xtdb (23)
I am planning on making a release for cryogen-core
in the next few days if all goes well. The last release on clojars (and in the README) is 0.3.2
. The current project.clj
has a version of 0.4.0
. I am therefore planning on the new release being 0.4.0
. I also plan on updating the deps to the latest. I presume @yogthos or @carmen will deploy to clojars. After the release, I am planning on setting the version in project.clj
to 0.4.1-SNAPSHOT
. Any issues / comments with this plan? Followup in a thread, please.
sure thing, just ping me when the master is ready to deploy and I can push to Clojars
I have a PR#155 for 0.4.0
. If anyone has a chance, please review (and merge if appropriate). If I don't hear anything by EOD today, I'll merge it.
There wasn't a tag for 0.3.2 on github, so I created one (and backdated it to the commit date) and created a github release for that. JFYI.
I've created the release 0.4.0 on github. @yogthos would you please publish to clojars.
Would you please let me know the steps you take so I can document them. I presume at least lein jar
and lein deploy
?
After the deploy I'll update the version in project.clj
to a SNAPSHOT
.
Thanks in advance!