Skip to content

Commit

Permalink
version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivborissov committed Aug 20, 2024
1 parent e1fef1b commit 2d24be4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 0.6.0

- NodeJS dep removed. heta exe depoyed as artifact without node intallation
- fitting issue with additional parameters fixed

## 0.5.2

- heta-compiler updated to v0.8.4
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.2"
version = "0.6.0"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down
13 changes: 5 additions & 8 deletions release.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# How to make a release

1. push everything into __develop__ branch
1. check with `] test HetaSimulator`
1. update changelog to new version
1. update version in __Project.toml__
1. push commit with title 'update version'
1. merge to master branch
1. go to https://juliahub.com/ => contribute
1.
1. push all updates to __master__ branch
2. update changelog to new version
3. update version in __Project.toml__
4. push to __master__
5. comment on 'Register new version' issue

0 comments on commit 2d24be4

Please sign in to comment.