Skip to content

Commit be50abc

Browse files
committed
Merge branch 'release/v1.6.0'
2 parents 0182283 + fd23643 commit be50abc

File tree

89 files changed

+12112
-15181
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+12112
-15181
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.1
1+
1.6.0

Aptfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# you can list packages
2+
libaio1
3+
4+
# or include links to specific .deb files
5+
6+
# or add custom apt repos (only required if using packages outside of the standard Ubuntu APT repositories)

app.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@
4646
"buildpacks": [
4747
{
4848
"url": "heroku/nodejs"
49+
},
50+
{
51+
"url": "heroku-community/apt"
52+
},
53+
{
54+
"url": "https://github.com/featurist/oracle-client-buildpack.git"
4955
}
5056
],
5157
"environments": {

cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $ npm install -g @tooljet/cli
1111
$ tooljet COMMAND
1212
running command...
1313
$ tooljet (--version)
14-
@tooljet/cli/0.0.6 darwin-arm64 node-v16.13.1
14+
@tooljet/cli/0.0.7 darwin-arm64 node-v14.17.3
1515
$ tooljet --help [COMMAND]
1616
USAGE
1717
$ tooljet COMMAND

0 commit comments

Comments
 (0)