summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume LE VAILLANT <glv@posteo.net>2017-10-02 10:46:50 +0200
committerGuillaume LE VAILLANT <glv@posteo.net>2017-10-02 10:46:50 +0200
commite25ee92154ff8dad7871c7c774a2268f05e8e918 (patch)
tree80b06a8da9f26223b285fec7ee52f44267b9d5ee
parente9fa06a90b67d781255dbd3c03b0e8538ed12f27 (diff)
Release version 0.36v0.36
-rw-r--r--NEWS2
-rw-r--r--README.org4
-rw-r--r--doc/ironclad.html6
-rw-r--r--ironclad.asd4
4 files changed, 8 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 2937af9..9b625ac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
-*- mode: outline -*-
-* Changes since version 0.35
+* Version 0.36, released 2017-10-02
** bug fixes
diff --git a/README.org b/README.org
index 4dbe197..b49186d 100644
--- a/README.org
+++ b/README.org
@@ -57,8 +57,8 @@ usually not safe against side channel attacks.
:CUSTOM_ID: installation
:END:
-The current version of Ironclad is 0.35. It can be downloaded
-at [[https://github.com/sharplispers/ironclad/archive/v0.35.tar.gz]].
+The current version of Ironclad is 0.36. It can be downloaded
+at [[https://github.com/sharplispers/ironclad/archive/v0.36.tar.gz]].
If you are feeling adventurous, you can download a bleeding-edge version
at [[https://github.com/sharplispers/ironclad]].
diff --git a/doc/ironclad.html b/doc/ironclad.html
index e587e2e..60b7c29 100644
--- a/doc/ironclad.html
+++ b/doc/ironclad.html
@@ -2,7 +2,7 @@
<html>
<head>
<title>Ironclad</title>
-<!-- 2017-09-18 lun. 10:54 -->
+<!-- 2017-10-02 lun. 10:46 -->
<meta charset="utf-8">
<meta name="generator" content="Org-mode">
<meta name="author" content="The Ironclad developers">
@@ -93,8 +93,8 @@ usually not safe against side channel attacks.
<div class="outline-text-2" id="text-installation">
<p>
-The current version of Ironclad is 0.35. It can be downloaded
-at <a href="https://github.com/sharplispers/ironclad/archive/v0.35.tar.gz">https://github.com/sharplispers/ironclad/archive/v0.35.tar.gz</a>.
+The current version of Ironclad is 0.36. It can be downloaded
+at <a href="https://github.com/sharplispers/ironclad/archive/v0.36.tar.gz">https://github.com/sharplispers/ironclad/archive/v0.36.tar.gz</a>.
If you are feeling adventurous, you can download a bleeding-edge version
at <a href="https://github.com/sharplispers/ironclad">https://github.com/sharplispers/ironclad</a>.
</p>
diff --git a/ironclad.asd b/ironclad.asd
index 8fb55ec..3cd48d3 100644
--- a/ironclad.asd
+++ b/ironclad.asd
@@ -22,7 +22,7 @@
(defclass ironclad-source-file (asdf:cl-source-file) ())
(asdf:defsystem :ironclad
- :version "0.35"
+ :version "0.36"
:author "Nathan Froyd <froydnj@gmail.com>"
:maintainer "Guillaume LE VAILLANT <glv@posteo.net>"
:description "A cryptographic toolkit written in pure Common Lisp"
@@ -217,7 +217,7 @@
(asdf:defsystem ironclad/tests
:depends-on (ironclad)
- :version "0.35"
+ :version "0.36"
:in-order-to ((asdf:test-op (asdf:load-op :ironclad/tests)))
:components ((:module "testing"
:components ((:file "rt")