From 43ad5b77aba1b9ed97f16807dfb6dc2715116d48 Mon Sep 17 00:00:00 2001 From: Emma Griffin Date: Tue, 9 Sep 2025 13:22:16 -0600 Subject: [PATCH 1/2] Bump versions --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2a400f6..7f73528 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: - name: Prepare Clojure CLR run: | - dotnet tool install --global Clojure.Main --version 1.12.0-alpha10 - dotnet tool install --global Clojure.Cljr --version 0.1.0-alpha5 + dotnet tool install --global Clojure.Main --version 1.12.2 + dotnet tool install --global Clojure.Cljr --version 0.1.0-alpha6 - name: Run cljr tests - run: cljr -X:test \ No newline at end of file + run: cljr -X:test From 17e1cb6f980c0a89f39c252298b4eb1b6110259b Mon Sep 17 00:00:00 2001 From: Emma Griffin Date: Tue, 9 Sep 2025 13:23:43 -0600 Subject: [PATCH 2/2] Remove whitespace --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c25a17..77a1e91 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ io.github.clojure/clr.tools.namespace {:git/tag "v1.5.4" :git/sha "46d81cb"} [Leiningen](https://leiningen.org/) reference: ```clojure - [org.clojure.clr/tools.namespace "1.5.4] +[org.clojure.clr/tools.namespace "1.5.4] ``` @@ -57,4 +57,4 @@ Original Clojure(JVM) code: > Copyright © Rich Hickey, Alessandra Sierra, and contributors -> All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 which can be found in the file epl-v10.html at the root of this distribution. By using this software in any fashion, you are agreeing to be bound by the terms of this license. You must not remove this notice, or any other, from this software. \ No newline at end of file +> All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 which can be found in the file epl-v10.html at the root of this distribution. By using this software in any fashion, you are agreeing to be bound by the terms of this license. You must not remove this notice, or any other, from this software.