diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-11-12 20:50:43 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-11-12 20:50:43 -0500 |
commit | 9c04e5439f7db66e213f865322aade18d7cf494d (patch) | |
tree | ad427bed154cf9466ddc60204eac24c66cd36c8f /posts | |
parent | f217d06882b4517cadbdd0250392724a0feb7085 (diff) |
Add guile-websocket 0.1 release announcement.
Diffstat (limited to 'posts')
-rw-r--r-- | posts/2022-11-12-guile-websocket-0.1-released.md | 19 |
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. |