Skip to content

Commit

Permalink
build: prepare parser 0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstonskj committed Feb 21, 2024
1 parent e0aa4d8 commit eae130b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sdml-parse/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sdml-parse"
description = "Parser for Simple Domain Modeling Language (SDML)"
version = "0.2.11"
version = "0.2.12"
authors = ["Simon Johnston <johnstonskj@gmail.com>"]
repository = "https://github.com/johnstonskj/rust-sdml.git"
license-file = "../LICENSE"
Expand Down
8 changes: 8 additions & 0 deletions sdml-parse/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ The following figure demonstrates this package in the broader project context.

* Changes

*Version 0.2.12*

- Fix: update all test cases with latest API changes.
- Add file ID into all test example "ron" files.
- Add module import Span into all test example "ron" files.
- Use new HeaderValue in relevant test example "ron" files.
- Add use of ModuleStore trait.

*Version 0.2.11*

- Build: upgrade to =sdml_core= version =0.2.14= and the new =ModelStore= trait.
Expand Down

0 comments on commit eae130b

Please sign in to comment.