Skip to content

Commit

Permalink
update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Jan 17, 2024
1 parent 4ce721b commit 2214828
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 1.x series

## next
## Version 1.4.5

* Fix [TNS-58](https://clojure.atlassian.net/browse/TNS-58): Split refresh logic into scan and refresh-scanned so scan can be called separately

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,34 +23,34 @@ This project follows the version scheme MAJOR.MINOR.PATCH where each component p

### Stable Release ###

Latest stable release is [1.4.4](https://github.com/clojure/tools.namespace/tree/v1.4.4)
Latest stable release is [1.4.5](https://github.com/clojure/tools.namespace/tree/v1.4.5)

[CLI/`deps.edn`](https://clojure.org/reference/deps_and_cli) dependency information:
```clojure
org.clojure/tools.namespace {:mvn/version "1.4.4"}
org.clojure/tools.namespace {:mvn/version "1.4.5"}
```

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

[org.clojure/tools.namespace "1.4.4"]
[org.clojure/tools.namespace "1.4.5"]

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

<dependency>
<groupId>org.clojure</groupId>
<artifactId>tools.namespace</artifactId>
<version>1.4.4</version>
<version>1.4.5</version>
</dependency>

### Development Snapshots ###

Git master branch is at **1.4.5-SNAPSHOT**
Git master branch is at **1.4.6-SNAPSHOT**

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

Leiningen dependency information for development snapshots:

:dependencies [[org.clojure/tools.namespace "1.4.5-SNAPSHOT"]]
:dependencies [[org.clojure/tools.namespace "1.4.6-SNAPSHOT"]]
:repositories [["sonatype-oss-public"
"https://oss.sonatype.org/content/groups/public/"]]

Expand Down

0 comments on commit 2214828

Please sign in to comment.