summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--posts/2022-11-12-guile-websocket-0.1-released.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/posts/2022-11-12-guile-websocket-0.1-released.md b/posts/2022-11-12-guile-websocket-0.1-released.md
new file mode 100644
index 0000000..ab91bc4
--- /dev/null
+++ b/posts/2022-11-12-guile-websocket-0.1-released.md
@@ -0,0 +1,19 @@
+title: Guile-Websocket 0.1 released
+date: 2022-11-12 21:00:00
+tags: guile, release
+summary: Guile-Websocket 0.1 has been released
+---
+
+I'm happy to announce that Guile-Websocket 0.1 has been released!
+
+Guile-Websocket is an implementation of the WebSocket protocol, both
+the client and server sides, for Guile Scheme.
+
+source tarball: <https://files.dthompson.us/guile-websocket/guile-websocket-0.1.tar.gz>
+
+signature: <https://files.dthompson.us/guile-websocket/guile-websocket-0.1.tar.gz.asc>
+
+See the [Guile-Websocket project page](/projects/guile-websocket.html)
+for more information.
+
+Bug reports, bug fixes, feature requests, and patches are welcomed.