Skip to content

Commit 05328ed

Browse files
committed
update for release
1 parent 35b8153 commit 05328ed

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## 1.x series
44

5+
## Version 1.5.0
6+
7+
* Update parent pom and dependency versions
8+
59
## Version 1.4.5
610

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

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -23,34 +23,34 @@ 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.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)
2727

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:
2929
```clojure
30-
org.clojure/tools.namespace {:mvn/version "1.4.5"}
30+
org.clojure/tools.namespace {:mvn/version "1.5.0"}
3131
```
3232

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

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

4545
### Development Snapshots ###
4646

47-
Git master branch is at **1.4.6-SNAPSHOT**
47+
Git master branch is at **1.5.1-SNAPSHOT**
4848

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

5151
Leiningen dependency information for development snapshots:
5252

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

@@ -168,7 +168,7 @@ compile. I wrote tools.namespace to help speed up this development
168168
cycle.
169169

170170
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).
172172

173173

174174

@@ -573,7 +573,7 @@ Developer Information
573573
Copyright and License
574574
----------------------------------------
575575

576-
Copyright © 2012-2023 Rich Hickey, Stuart Sierra, and contributors
576+
Copyright © Rich Hickey, Alessandra Sierra, and contributors
577577

578578
All rights reserved. The use and
579579
distribution terms for this software are covered by the

0 commit comments

Comments
 (0)