@@ -23,34 +23,34 @@ This project follows the version scheme MAJOR.MINOR.PATCH where each component p
23
23
24
24
### Stable Release ###
25
25
26
- Latest stable release is [ 1.4.5 ] ( https://github.com/clojure/tools.namespace/tree/v1.4.5 )
26
+ Latest stable release is [ 1.5.0 ] ( https://github.com/clojure/tools.namespace/tree/v1.5.0 )
27
27
28
- [ CLI/` deps.edn ` ] ( https://clojure.org/reference/deps_and_cli ) dependency information:
28
+ [ CLI/` deps.edn ` ] ( https://clojure.org/reference/deps_edn ) dependency information:
29
29
``` clojure
30
- org.clojure/tools.namespace {:mvn/version " 1.4.5 " }
30
+ org.clojure/tools.namespace {:mvn/version " 1.5.0 " }
31
31
```
32
32
33
33
[ Leiningen] ( https://leiningen.org/ ) stable dependency information:
34
34
35
- [org.clojure/tools.namespace "1.4.5 "]
35
+ [org.clojure/tools.namespace "1.5.0 "]
36
36
37
37
[ Maven] ( https://maven.apache.org/ ) stable dependency information:
38
38
39
39
<dependency>
40
40
<groupId>org.clojure</groupId>
41
41
<artifactId>tools.namespace</artifactId>
42
- <version>1.4.5 </version>
42
+ <version>1.5.0 </version>
43
43
</dependency>
44
44
45
45
### Development Snapshots ###
46
46
47
- Git master branch is at ** 1.4.6 -SNAPSHOT**
47
+ Git master branch is at ** 1.5.1 -SNAPSHOT**
48
48
49
49
[ All Snapshot Versions] ( https://oss.sonatype.org/content/groups/public/org/clojure/tools.namespace/ )
50
50
51
51
Leiningen dependency information for development snapshots:
52
52
53
- :dependencies [[org.clojure/tools.namespace "1.4.6 -SNAPSHOT"]]
53
+ :dependencies [[org.clojure/tools.namespace "1.5.1 -SNAPSHOT"]]
54
54
:repositories [["sonatype-oss-public"
55
55
"https://oss.sonatype.org/content/groups/public/"]]
56
56
@@ -168,7 +168,7 @@ compile. I wrote tools.namespace to help speed up this development
168
168
cycle.
169
169
170
170
For more detail on how I use tools.namespace in my development
171
- workflow, see the article [ My Clojure Workflow, Reloaded] ( http ://thinkrelevance.com/blog/2013/06/04/clojure-workflow-reloaded) .
171
+ workflow, see the article [ My Clojure Workflow, Reloaded] ( https ://thinkrelevance.com/blog/2013/06/04/clojure-workflow-reloaded) .
172
172
173
173
174
174
@@ -573,7 +573,7 @@ Developer Information
573
573
Copyright and License
574
574
----------------------------------------
575
575
576
- Copyright © 2012-2023 Rich Hickey, Stuart Sierra, and contributors
576
+ Copyright © Rich Hickey, Alessandra Sierra, and contributors
577
577
578
578
All rights reserved. The use and
579
579
distribution terms for this software are covered by the
0 commit comments