Skip to content

Commit

Permalink
[RELEASE] v0.4.0 (#131)
Browse files Browse the repository at this point in the history
* [RELEASE] v0.4.0

* rework changelog

* update Cargo.lock

Co-authored-by: rnbguy <[email protected]>
  • Loading branch information
rnbguy and rnbguy authored Nov 23, 2021
1 parent deb5c9a commit 3fe5950
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 11 deletions.
4 changes: 0 additions & 4 deletions .changelog/unreleased/summary.md

This file was deleted.

File renamed without changes.
4 changes: 4 additions & 0 deletions .changelog/v0.4.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Like the last minor release, this is another massive refactoring release.
- Reworked interfaces for friendlier usage.
- Better parsers for improved handling of model checker outputs.
- Golang bindings.
File renamed without changes.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# CHANGELOG

## Unreleased
## v0.4.0

Just like the last minor release, this is the massive refactoring release.
Interfaces have been reworked for friendlier usage.
Better parsers for improved handling of model checker outputs.
Golang bindings are introduced.
Like the last minor release, this is another massive refactoring release.
- Reworked interfaces for friendlier usage.
- Better parsers for improved handling of model checker outputs.
- Golang bindings.

### FEATURES

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.3.1"
version = "0.4.0"
edition = "2021"
rust-version = "1.56"
license = "Apache-2.0"
Expand Down
3 changes: 3 additions & 0 deletions scripts/prepare_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ git checkout -B "release/v${RELEASE_VERSION}"
# update the versions on Rust crate
sed -i "s|^version = \"[^\"]\+\"|version = \"${RELEASE_VERSION}\"|g" "$RUST_DIR/modelator/Cargo.toml"

# update Cargo.lock with latest version
cargo build --manifest-path "$RUST_DIR/modelator/Cargo.toml"

# update the version on Python module
# skip python
# sed -i "s|^version = \"[^\"]\+\"|version = \"${RELEASE_VERSION}\"|g" "$PYTHON_DIR/pyproject.toml"
Expand Down

0 comments on commit 3fe5950

Please sign in to comment.