Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Metelkin committed Nov 21, 2023
1 parent 1dab163 commit 33db245
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.7.1

- use 1/0 as boolean
- fix errors if platform.json is incorrect
- `splitByClass` for table export
- update deps

## 0.7.0 - export interface updates

- supports heta standard of v0.4.4
Expand Down
3 changes: 3 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@

## bugs

- wrong figures for abstract namespaces in DOT: no references to compartment
- nothing is dislayed if you use wrong cli command: `heta builds`

## features

- write reusable `Build` class
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.7.0",
"version": "0.7.1",
"description": "Programming platform for Quantitative Systems Pharmacology modeling in NodeJS",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 33db245

Please sign in to comment.