summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
-rw-r--r--website/releases/ccwl-0.2.0.tar.lzbin0 -> 84244 bytes
-rw-r--r--website/releases/ccwl-0.2.0.tar.lz.asc11
4 files changed, 24 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d276690..154074b 100644
--- a/NEWS
+++ b/NEWS
@@ -3,4 +3,16 @@
Copyright © 2021 Arun Isaac <arunisaac@systemreboot.net>
+* Changes in 0.2.0 (since 0.1.0)
+** Documentation
+*** New "Let's write a spell check workflow" section in the manual
+*** New "Reuse external CWL workflows" section in the manual
+** Features
+*** Make workflow inputs global to all steps
+*** Support renaming intermediate inputs and outputs
+*** Support external CWL workflows
+*** Support compiling workflows to graphviz dot language for rendering as a graph
+** Other
+*** New guile-libyaml dependency
+
* Initial release 0.1.0
diff --git a/configure.ac b/configure.ac
index 2cdbaa7..36d0868 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ dnl
dnl You should have received a copy of the GNU General Public License
dnl along with ccwl. If not, see <https://www.gnu.org/licenses/>.
-AC_INIT([ccwl], [0.1.0])
+AC_INIT([ccwl], [0.2.0])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign check-news no-dist-gzip dist-lzip])
AM_SILENT_RULES([yes])
diff --git a/website/releases/ccwl-0.2.0.tar.lz b/website/releases/ccwl-0.2.0.tar.lz
new file mode 100644
index 0000000..17655d3
--- /dev/null
+++ b/website/releases/ccwl-0.2.0.tar.lz
Binary files differ
diff --git a/website/releases/ccwl-0.2.0.tar.lz.asc b/website/releases/ccwl-0.2.0.tar.lz.asc
new file mode 100644
index 0000000..2a29298
--- /dev/null
+++ b/website/releases/ccwl-0.2.0.tar.lz.asc
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCAAdFiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAmGFeK4ACgkQLiXui2GA
+K7O0Egf/YCANEkykbhfZsUkclx1b9ivNHUI+5MWmMlFb7L6Tbmv3stTiPuREsJws
+uUHBWMrAps8HWF2yAbhHx9156aiPI+auWGiDG2BcR0VO4U7D9V9h8NEawNwt82db
+g5Gc3dG3JpgO/HzNla4kADGvmaAhiS0z4dgd/+iOBt3TpiW3uXP9so07n/fzIznq
+lRZHrZA5ZNTWrhVXwr2INPq6KL2ylxfPBAQO8UTazKmhvkC2zua5oeHe62umEh3o
+rxL3iEjTUXm/nD3Bb/HXoxO9V2q0MRK44UFmiilKvi+a9vK2xU2j6d2wwUhMzDCY
+vTK36RifqaGtzYmjZJhfi4EvJ6yRUA==
+=vqP+
+-----END PGP SIGNATURE-----