Skip to content

Commit c0b333e

Browse files
committed
update for release
1 parent f35e22d commit c0b333e

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 1.x series
44

5-
## next
5+
## Version 1.2.0
66

77
* Fix [TNS-51](https://clojure.atlassian.net/browse/TNS-51): Support namespaces as strings in require statements for CLJS
88
* Fix [TNS-57](https://clojure.atlassian.net/browse/TNS-57): Support :require-macros for CLJS namespaces

README.md

Lines changed: 9 additions & 7 deletions
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.1.1](https://github.com/clojure/tools.namespace/tree/v1.1.1)
26+
Latest stable release is [1.2.0](https://github.com/clojure/tools.namespace/tree/v1.2.0)
2727

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

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

35-
[org.clojure/tools.namespace "1.1.1"]
35+
[org.clojure/tools.namespace "1.2.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.1.1</version>
42+
<version>1.2.0</version>
4343
</dependency>
4444

4545
### Development Snapshots ###
4646

47-
Git master branch is at **1.2.0-SNAPSHOT**
47+
Git master branch is at **1.2.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.2.0-SNAPSHOT"]]
53+
:dependencies [[org.clojure/tools.namespace "1.2.1-SNAPSHOT"]]
5454
:repositories [["sonatype-oss-public"
5555
"https://oss.sonatype.org/content/groups/public/"]]
5656

@@ -574,7 +574,9 @@ Developer Information
574574
Copyright and License
575575
----------------------------------------
576576

577-
Copyright © 2012 Stuart Sierra All rights reserved. The use and
577+
Copyright © 2012-2021 Rich Hickey, Stuart Sierra, and contributors
578+
579+
All rights reserved. The use and
578580
distribution terms for this software are covered by the
579581
[Eclipse Public License 1.0] which can be found in the file
580582
epl-v10.html at the root of this distribution. By using this software

0 commit comments

Comments
 (0)