Skip to content

Commit eaee6b3

Browse files
authored
Update changelog for last release (0.1.5)
1 parent 1bf7ae5 commit eaee6b3

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,27 @@ Tools for writing macros.
88
Releases and Dependency Information
99
========================================
1010

11-
Latest stable release: 0.1.2
11+
Latest stable release: 0.1.5
1212

1313
* [All Released Versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.macro%22)
1414

1515
* [Development Snapshot Versions](https://oss.sonatype.org/index.html#nexus-search;gav~org.clojure~tools.macro~~~)
1616

1717
[CLI/`deps.edn`](https://clojure.org/reference/deps_and_cli) dependency information:
1818
```clojure
19-
org.clojure/tools.macro {:mvn/version "0.1.2"}
19+
org.clojure/tools.macro {:mvn/version "0.1.5"}
2020
```
2121

2222
[Leiningen](https://github.com/technomancy/leiningen) dependency information:
2323

24-
[org.clojure/tools.macro "0.1.2"]
24+
[org.clojure/tools.macro "0.1.5"]
2525

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

2828
<dependency>
2929
<groupId>org.clojure</groupId>
3030
<artifactId>tools.macro</artifactId>
31-
<version>0.1.2</version>
31+
<version>0.1.5</version>
3232
</dependency>
3333

3434

@@ -96,6 +96,12 @@ Developer Information
9696
Change Log
9797
====================
9898

99+
* Release 0.1.5 on 2013.09.12
100+
* Fix macroexpansion of methods in deftype\* and reify\*
101+
* Allow only non-qualified symbols in macrolet and symbol-macrolet
102+
* Fix bug that caused overlooking local macro definitions
103+
* Release 0.1.4 on 2013.09.07
104+
* Fix compatibility issue for Clojure 1.3/1.4
99105
* Release 0.1.2 on 2012.02.18
100106
* Protect symbols bound by let and letfn against macroexpansion from an outer scope
101107
* Release 0.1.1 on 2011.05.26
@@ -108,4 +114,4 @@ Change Log
108114
Copyright and License
109115
========================================
110116

111-
Copyright (c) 2011 Rich Hickey. All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (https://opensource.org/licenses/eclipse-1.0.php) which can be found in the file epl-v10.html at the root of this distribution. By using this software in any fashion, you are agreeing to be bound bythe terms of this license. You must not remove this notice, or any other, from this software.
117+
Copyright (c) 2011-2022 Rich Hickey. All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (https://opensource.org/licenses/eclipse-1.0.php) which can be found in the file epl-v10.html at the root of this distribution. By using this software in any fashion, you are agreeing to be bound bythe terms of this license. You must not remove this notice, or any other, from this software.

0 commit comments

Comments
 (0)