diff --git a/CHANGELOG.md b/CHANGELOG.md index aa26dac..22b4f39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Project.toml b/Project.toml index 4598acf..9a73acb 100644 --- a/Project.toml +++ b/Project.toml @@ -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" diff --git a/release.md b/release.md index c516861..9eb4261 100644 --- a/release.md +++ b/release.md @@ -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. \ No newline at end of file +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 \ No newline at end of file