Skip to content

Commit

Permalink
build: prepare sdml_cli 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstonskj committed Jan 26, 2024
1 parent f676050 commit 95d9c98
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 180 deletions.
8 changes: 4 additions & 4 deletions sdml-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sdml-cli"
description = "Rust CLI for Simple Domain Modeling Language (SDML)"
version = "0.2.3"
version = "0.2.4"
authors = ["Simon Johnston <johnstonskj@gmail.com>"]
repository = "https://github.com/johnstonskj/rust-sdml.git"
license-file = "../LICENSE"
Expand All @@ -26,9 +26,9 @@ lazy_static = "1.4.0"
ordered-float = "4.2.0"
regex = "1.10.2"
rust_decimal = "1.33.1"
sdml-core = { version = "0.2.4", path = "../sdml-core" }
sdml-parse = { version = "0.2.3", path = "../sdml-parse" }
sdml-generate = { version = "0.2.4", path = "../sdml-generate" }
sdml-core = { version = "0.2.7", path = "../sdml-core" }
sdml-parse = { version = "0.2.5", path = "../sdml-parse" }
sdml-generate = { version = "0.2.5", path = "../sdml-generate" }
search_path = "0.1.4"
tempfile = "3.9.0"
tracing = "0.1.40"
Expand Down
7 changes: 7 additions & 0 deletions sdml-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ The following figure demonstrates this package in the broader project context.
##
## Changes

**Version 0.2.4**

* Feature: Add new `source` command to call the new source generator.
* Fix: Change the description of `depth` parameter for `deps` command, 0 is the default which means all depths are
included in the output.
* Update: Use new generator traits that require a module cache parameter.

**Version 0.2.3**

* Feature: add new stdlib modules with standard layout.
Expand Down

0 comments on commit 95d9c98

Please sign in to comment.