Skip to content

Commit

Permalink
[RELEASE] v0.4.2 (#164)
Browse files Browse the repository at this point in the history
Co-authored-by: rnbguy <[email protected]>
  • Loading branch information
rnbguy and rnbguy authored Jan 17, 2022
1 parent 912072a commit 794ba1b
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## v0.4.2

Few fixes and dependency improvements.

### RUST

- Parse ranged sets from TLA states. (#157)
- `clap` v3 (#162)

## v0.4.1

Various fixes and improvements.
Expand Down
2 changes: 1 addition & 1 deletion py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "modelator"
version = "0.4.1"
version = "0.4.2"
description = "Python bindings of Modelator"
license = "Apache-2.0"
authors = ["Ranadeep Biswas <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion rs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rs/modelator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "modelator"
description = "A framework and tools for model-based testing."
version = "0.4.1"
version = "0.4.2"
edition = "2021"
rust-version = "1.56"
license = "Apache-2.0"
Expand Down

0 comments on commit 794ba1b

Please sign in to comment.