From a3bd1f7a568141b4b520f110ed52026c0e40be3c Mon Sep 17 00:00:00 2001 From: Adam Helins Date: Thu, 22 Sep 2022 11:37:45 +0200 Subject: [PATCH] Release `:module/shell` 0.0.0-alpha4 --- README.md | 2 +- deps.edn | 2 +- module/shell/CHANGELOG.md | 19 ++++++++++++++----- module/shell/README.md | 2 +- 4 files changed, 17 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2228668c..e3b64c81 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Most useful modules from this repositories are: | [`:module/cvm`](./module/cvm) | [![Clojars](https://img.shields.io/clojars/v/world.convex/cvm.clj.svg)](https://clojars.org/world.convex/cvm.clj) | [![cljdoc](https://cljdoc.org/badge/world.convex/cvm.clj)](https://cljdoc.org/d/world.convex/cvm.clj/CURRENT) | / | | [`:module/gen`](./module/gen) | [![Clojars](https://img.shields.io/clojars/v/world.convex/gen.clj.svg)](https://clojars.org/world.convex/gen.clj) | [![cljdoc](https://cljdoc.org/badge/world.convex/gen.clj)](https://cljdoc.org/d/world.convex/gen.clj/CURRENT) | / | | [`:module/net`](./module/net) | [![Clojars](https://img.shields.io/clojars/v/world.convex/net.clj.svg)](https://clojars.org/world.convex/net.clj) | [![cljdoc](https://cljdoc.org/badge/world.convex/net.clj)](https://cljdoc.org/d/world.convex/net.clj/CURRENT) | / | -| [`:module/shell`](./module/shell) | / | / | [CVX Shell](https://github.com/Convex-Dev/convex.cljc/releases/tag/run%2F0.0.0-alpha3) | +| [`:module/shell`](./module/shell) | / | / | [CVX Shell](https://github.com/Convex-Dev/convex.cljc/releases/tag/release/shell/0.0.0-alpha4) | ## Community diff --git a/deps.edn b/deps.edn index 302a6bc7..17bba4f2 100644 --- a/deps.edn +++ b/deps.edn @@ -329,7 +329,7 @@ :module/shell - {:convex.shell/version "0.0.0-alpha3" + {:convex.shell/version "0.0.0-alpha4" :extra-paths ["module/shell/resource/main" "module/shell/src/main/clj" "module/shell/src/main/cvx"] diff --git a/module/shell/CHANGELOG.md b/module/shell/CHANGELOG.md index 5b042354..c3e63f59 100644 --- a/module/shell/CHANGELOG.md +++ b/module/shell/CHANGELOG.md @@ -8,6 +8,18 @@ All notable changes to this project will be documented in this file. ### Added +### Changed + +### Fixed + +### Removed + + + +## [0.0.0-alpha4] - 2022-09-22 + +### Added + - Advanced time-traveling and state utilities via the new `$.state` library - Full JVM-like try-catch semantics for CVX `$.catch/!.try` (formerly `$.catch/!.safe`) - Functions for disabling and enabling text styling with `$.term` @@ -89,8 +101,5 @@ All notable changes to this project will be documented in this file. -[Unreleased]: https://github.com/convex-dev/convex.cljc/compare/run/0.0.0-alpha2...HEAD -[0.0.0-alpha3]: https://github.com/convex-dev/convex.cljc/compare/run/0.0.0-alpha2...run/0.0.0-alpha3 -[0.0.0-alpha2]: https://github.com/convex-dev/convex.cljc/compare/run/0.0.0-alpha1...run/0.0.0-alpha2 -[0.0.0-alpha1]: https://github.com/convex-dev/convex.cljc/compare/run/0.0.0-alpha0...run/0.0.0-alpha1 -[0.0.0-alpha0]: https://github.com/convex-dev/convex.cljc/releases/tag/run/0.0.0-alpha0 +[Unreleased]: https://github.com/convex-dev/convex.cljc/compare/release/shell/0.0.0-alpha4...HEAD +[0.0.0-alpha4]: https://github.com/convex-dev/convex.cljc/releases/tag/release/shell/0.0.0-alpha4 diff --git a/module/shell/README.md b/module/shell/README.md index 4a0cf2a3..95486de8 100644 --- a/module/shell/README.md +++ b/module/shell/README.md @@ -28,7 +28,7 @@ allowing for scripted or dynamic interactions with networks of peers. ## Usage Install the [latest -release](https://github.com/Convex-Dev/convex.cljc/releases/tag/run%2F0.0.0-alpha3) +release](https://github.com/Convex-Dev/convex.cljc/releases/tag/release/shell/0.0.0-alpha4) on your system. The native version is highly recommended, but a jar file is provided in case