Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
metelkin committed Jan 15, 2025
1 parent ad8145d commit 4b15f98
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 0.9.3

- build debinan package
- build cholatatey package
- build homebrew package
- update .MSI build
- display error if absolute paths in include and export
- remove `logFormat`, `logPath`, `logLevel`, `logMode` from `platform.yaml`
- display heta version in logs
- write full logs into `build.log`
- add `--log-mode` option to CLI
- rewrite build process to exclude absolute paths

## 0.9.2

- remove logLevel option from `platform.yaml`, use `--log-level info` instead in CLI
Expand Down
4 changes: 2 additions & 2 deletions build-choco/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Get API key from https://community.chocolatey.org/account

```ps1
choco apikey --key <your-api-key> --source https://push.chocolatey.org/
choco push heta-compiler.0.9.2.nupkg --source https://push.chocolatey.org/
#choco push heta-compiler.0.9.2.nupkg --source=https://push.chocolatey.org/ --api-key=<your-api-key>
choco push heta-compiler.0.9.3.nupkg --source https://push.chocolatey.org/
#choco push heta-compiler.0.9.3.nupkg --source=https://push.chocolatey.org/ --api-key=<your-api-key>
```

## Installation
Expand Down
2 changes: 1 addition & 1 deletion build-choco/heta-compiler.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>heta-compiler</id>
<version>0.9.2</version>
<version>0.9.3</version>
<title>Heta Compiler - Command-Line Tool for Systems Biology</title>
<iconUrl>https://hetalang.github.io/assets/img/logo.svg</iconUrl>
<packageSourceUrl>https://github.com/hetalang/heta-compiler</packageSourceUrl>
Expand Down
2 changes: 1 addition & 1 deletion build-deb/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: heta-compiler
Version: 0.9.2
Version: 0.9.3
Section: utils
Priority: optional
Architecture: amd64
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "heta-compiler",
"version": "0.9.2",
"version": "0.9.3",
"description": "Programming platform for Quantitative Systems Pharmacology modeling in NodeJS",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 4b15f98

Please sign in to comment.