Skip to content

Commit 56f69c1

Browse files
committed
TNS-59: Update README and CHANGES
1 parent e05deed commit 56f69c1

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## 1.x series
44

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+
59
## Version 1.4.1
610

711
* Fix [TNS-55](https://clojure.atlassian.net/browse/TNS-55): Provide source file info in find functions

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,28 +23,28 @@ This project follows the version scheme MAJOR.MINOR.PATCH where each component p
2323

2424
### Stable Release ###
2525

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)
2727

2828
[CLI/`deps.edn`](https://clojure.org/reference/deps_and_cli) dependency information:
2929
```clojure
30-
org.clojure/tools.namespace {:mvn/version "1.4.1"}
30+
org.clojure/tools.namespace {:mvn/version "1.4.2"}
3131
```
3232

3333
[Leiningen](https://leiningen.org/) stable dependency information:
3434

35-
[org.clojure/tools.namespace "1.4.1"]
35+
[org.clojure/tools.namespace "1.4.2"]
3636

3737
[Maven](https://maven.apache.org/) stable dependency information:
3838

3939
<dependency>
4040
<groupId>org.clojure</groupId>
4141
<artifactId>tools.namespace</artifactId>
42-
<version>1.4.1</version>
42+
<version>1.4.2</version>
4343
</dependency>
4444

4545
### Development Snapshots ###
4646

47-
Git master branch is at **1.4.2-SNAPSHOT**
47+
Git master branch is at **1.4.3-SNAPSHOT**
4848

4949
[All Snapshot Versions](https://oss.sonatype.org/content/groups/public/org/clojure/tools.namespace/)
5050

0 commit comments

Comments
 (0)