Skip to content

Commit 0e5f289

Browse files
committed
updating versions
1 parent 410f099 commit 0e5f289

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.3
6+
7+
* Fix [TNS-60](https://clojure.atlassian.net/browse/TNS-60): CCE on JarFile find
8+
59
## Version 1.4.2
610

711
* Fix [TNS-59](https://clojure.atlassian.net/browse/TNS-59): Files without ns declaration throw on find operation

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@ 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.2](https://github.com/clojure/tools.namespace/tree/v1.4.2)
26+
Latest stable release is [1.4.3](https://github.com/clojure/tools.namespace/tree/v1.4.3)
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.2"}
30+
org.clojure/tools.namespace {:mvn/version "1.4.3"}
3131
```
3232

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

35-
[org.clojure/tools.namespace "1.4.2"]
35+
[org.clojure/tools.namespace "1.4.3"]
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.2</version>
42+
<version>1.4.3</version>
4343
</dependency>
4444

4545
### Development Snapshots ###
@@ -50,7 +50,7 @@ Git master branch is at **1.4.3-SNAPSHOT**
5050

5151
Leiningen dependency information for development snapshots:
5252

53-
:dependencies [[org.clojure/tools.namespace "1.4.2-SNAPSHOT"]]
53+
:dependencies [[org.clojure/tools.namespace "1.4.4-SNAPSHOT"]]
5454
:repositories [["sonatype-oss-public"
5555
"https://oss.sonatype.org/content/groups/public/"]]
5656

0 commit comments

Comments
 (0)