Skip to content

Commit 5a4834e

Browse files
committed
update for release
1 parent 553e5e3 commit 5a4834e

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log for spec.alpha
22

3+
## Version 0.2.187 on Mar 3, 2020
4+
5+
* [CLJ-1472](https://dev.clojure.org/jira/browse/CLJ-1472) Fix use of locking to be more amenable to Graal analyzer
6+
37
## Version 0.2.176 on Sept 4, 2018
48

59
* [CLJ-2373](https://dev.clojure.org/jira/browse/CLJ-2373) Don't print ex-info into spec errors

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -16,38 +16,38 @@ For more information:
1616
Releases and Dependency Information
1717
========================================
1818

19-
Latest stable release: 0.2.176
19+
Latest stable release: 0.2.187
2020

21-
* [All Released Versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22spec.alpha%22)
21+
* [All Released Versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22spec.alpha%22)
2222
* [Development Snapshot Versions](https://oss.sonatype.org/index.html#nexus-search;gav~org.clojure~spec.alpha~~~)
2323

2424
[deps.edn](https://clojure.org/guides/deps_and_cli) dependency information:
2525

26-
org.clojure/spec.alpha {:mvn/version "0.2.176"}
26+
org.clojure/spec.alpha {:mvn/version "0.2.187"}
2727

2828
[Leiningen](https://github.com/technomancy/leiningen) dependency information:
2929

30-
[org.clojure/spec.alpha "0.2.176"]
30+
[org.clojure/spec.alpha "0.2.187"]
3131

32-
[Maven](http://maven.apache.org/) dependency information:
32+
[Maven](https://maven.apache.org/) dependency information:
3333

3434
<dependency>
3535
<groupId>org.clojure</groupId>
3636
<artifactId>spec.alpha</artifactId>
37-
<version>0.2.176</version>
37+
<version>0.2.187</version>
3838
</dependency>
3939

4040
Developer Information
4141
========================================
4242

43-
* [API docs](http://clojure.github.io/spec.alpha/)
43+
* [API docs](https://clojure.github.io/spec.alpha/)
4444
* [GitHub project](https://github.com/clojure/spec.alpha)
4545
* [Changelog](https://github.com/clojure/spec.alpha/blob/master/CHANGES.md)
46-
* [Bug Tracker](http://dev.clojure.org/jira/browse/CLJ)
47-
* [Continuous Integration](http://build.clojure.org/job/spec.alpha/)
48-
* [Compatibility Test Matrix](http://build.clojure.org/job/spec.alpha-test-matrix/)
46+
* [Bug Tracker](https://clojure.atlassian.net/browse/CLJ)
47+
* [Continuous Integration](https://build.clojure.org/job/spec.alpha/)
48+
* [Compatibility Test Matrix](https://build.clojure.org/job/spec.alpha-test-matrix/)
4949

5050
Copyright and License
5151
========================================
5252

53-
Copyright (c) Rich Hickey, and contributors, 2018. All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (http://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.
53+
Copyright (c) Rich Hickey, and contributors, 2018-2020. 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)