Skip to content

Commit

Permalink
Project up to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ivborissov committed Jun 21, 2024
1 parent b8d4260 commit a09403b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.5.2

- heta-compiler updated to v0.8.4

## 0.5.1

- statics and constants usage in events fix
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "HetaSimulator"
uuid = "630b40c4-2f38-41ff-bcb3-b2c7232fed0d"
authors = ["Ivan Borisov", "Evgeny Metelkin"]
version = "0.5.1"
version = "0.5.2"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ julia> ]
Internally HetaSimulator uses heta-compiler.
Sometimes it is required to update the compiler's version.
```julia
# update heta compiler for v0.8.1
julia> heta_update("0.8.1")
# update heta compiler for v0.8.4
julia> heta_update("0.8.4")
```

## Basic usage
Expand Down

0 comments on commit a09403b

Please sign in to comment.