File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 1.x series
4
4
5
+ ## Version 1.4.2
6
+
7
+ * Fix [ TNS-59] ( https://clojure.atlassian.net/browse/TNS-59 ) : Files without ns declaration throw on find operation
8
+
5
9
## Version 1.4.1
6
10
7
11
* Fix [ TNS-55] ( https://clojure.atlassian.net/browse/TNS-55 ) : Provide source file info in find functions
Original file line number Diff line number Diff line change @@ -23,28 +23,28 @@ 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.1 ] ( https://github.com/clojure/tools.namespace/tree/v1.4.1 )
26
+ Latest stable release is [ 1.4.2 ] ( https://github.com/clojure/tools.namespace/tree/v1.4.2 )
27
27
28
28
[ CLI/` deps.edn ` ] ( https://clojure.org/reference/deps_and_cli ) dependency information:
29
29
``` clojure
30
- org.clojure/tools.namespace {:mvn/version " 1.4.1 " }
30
+ org.clojure/tools.namespace {:mvn/version " 1.4.2 " }
31
31
```
32
32
33
33
[ Leiningen] ( https://leiningen.org/ ) stable dependency information:
34
34
35
- [org.clojure/tools.namespace "1.4.1 "]
35
+ [org.clojure/tools.namespace "1.4.2 "]
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.1 </version>
42
+ <version>1.4.2 </version>
43
43
</dependency>
44
44
45
45
### Development Snapshots ###
46
46
47
- Git master branch is at ** 1.4.2 -SNAPSHOT**
47
+ Git master branch is at ** 1.4.3 -SNAPSHOT**
48
48
49
49
[ All Snapshot Versions] ( https://oss.sonatype.org/content/groups/public/org/clojure/tools.namespace/ )
50
50
You can’t perform that action at this time.
0 commit comments