Skip to content

Commit

Permalink
Resolve guard references in dry runs
Browse files Browse the repository at this point in the history
  • Loading branch information
bjuric committed Dec 9, 2024
1 parent 5be3048 commit b51ff54
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
4.0.3
=====
10 December 2024
- Update Gwen core from v4.0.1 to v[4.0.3](https://github.com/gwen-interpreter/gwen/releases/tag/v4.0.3)
- Resolve guard references in dry runs

4.0.2
=====
27 November 2024
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
enablePlugins(GitVersioning)

// gwen core & web versions
val gwenVersion = "4.0.1"
val gwenWebVersion = "4.0.2"
val gwenVersion = "4.0.3"
val gwenWebVersion = "4.0.3"

git.baseVersion := gwenWebVersion
git.useGitDescribe := true
Expand Down

0 comments on commit b51ff54

Please sign in to comment.