Skip to content

Commit

Permalink
Release :module/shell 0.0.0-alpha4
Browse files Browse the repository at this point in the history
  • Loading branch information
helins committed Sep 22, 2022
1 parent 5d3cd1f commit a3bd1f7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
19 changes: 14 additions & 5 deletions module/shell/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion module/shell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3bd1f7

Please sign in to comment.