Skip to content

Commit

Permalink
Release 0.0.0 (#414)
Browse files Browse the repository at this point in the history
## What's Changed
* 395 sim fix get_webpage_with_principle return by @cristiam86 in
#396
* 399 sim fe scrollable home screen by @denishacquin in
#400
* SIM-FE Improve validators creation by @denishacquin in
#398
* hotfix: print contract init errors by @AgustinRamiroDiaz in
#407
* 334-SIM-generate releases and versions when merging to main by
@AgustinRamiroDiaz in
#392
* 393 sim use contract abi to generate methods and parameters by
@denishacquin in #394
* SIM-DB-Decouple startup script in order to use plain postgres DB by
@AgustinRamiroDiaz in
#410

**Full Changelog**:
v0.3.1...0.3.2

Signed-off-by: Agustín Ramiro Díaz <[email protected]>
  • Loading branch information
AgustinRamiroDiaz committed Aug 28, 2024
1 parent 5fcd792 commit 3ce59b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-from-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
echo "$commit_msg"
echo NEWLINE
echo NEWLINE
semver=$(echo $commit_msg | head -n -1 | awk '{print $2}')
semver=$(echo "$commit_msg" | head -n -1 | awk '{print $2}')
echo "$semver"
echo NEWLINE
echo NEWLINE
Expand Down

0 comments on commit 3ce59b6

Please sign in to comment.