From 5f7638c033e5e972112cee92e8fcfce245b88128 Mon Sep 17 00:00:00 2001 From: Joel Andrews Date: Thu, 14 Oct 2021 18:52:17 -0700 Subject: [PATCH] Preparation for v0.3.1 release Updates `package.json`, the README and the CHANGELOG in preparation for the release of 0.3.1 --- CHANGELOG.md | 2 +- README.md | 20 ++++++++++---------- package.json | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce3d85a..d5ad753 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log This project adheres to [Semantic Versioning](http://semver.org/). All notable changes will be documented in this file. -## [Unreleased](https://github.com/OldSneerJaw/borealis-pg-cli/compare/v0.3.0...HEAD) +## [0.3.1](https://github.com/OldSneerJaw/borealis-pg-cli/compare/v0.3.0...v0.3.1) - Updated dependencies to address a [vulnerability](https://nvd.nist.gov/vuln/detail/CVE-2021-3807) in the ansi-regex package ## [0.3.0](https://github.com/OldSneerJaw/borealis-pg-cli/compare/v0.2.2...v0.3.0) diff --git a/README.md b/README.md index 801cc3b..4d73ab0 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ OPTIONS -o, --addon=addon (required) name or ID of an add-on or one of its attachments ``` -_See code: [src/commands/borealis-pg/extensions/index.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v0.3.0/src/commands/borealis-pg/extensions/index.ts)_ +_See code: [src/commands/borealis-pg/extensions/index.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v0.3.1/src/commands/borealis-pg/extensions/index.ts)_ ## `heroku borealis-pg:extensions:install PG_EXTENSION` @@ -72,7 +72,7 @@ DESCRIPTION https://www.borealis-data.com/pg-extensions-support.html ``` -_See code: [src/commands/borealis-pg/extensions/install.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v0.3.0/src/commands/borealis-pg/extensions/install.ts)_ +_See code: [src/commands/borealis-pg/extensions/install.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v0.3.1/src/commands/borealis-pg/extensions/install.ts)_ ## `heroku borealis-pg:extensions:remove PG_EXTENSION` @@ -92,7 +92,7 @@ OPTIONS -s, --suppress-missing suppress nonzero exit code when an extension is not installed ``` -_See code: [src/commands/borealis-pg/extensions/remove.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v0.3.0/src/commands/borealis-pg/extensions/remove.ts)_ +_See code: [src/commands/borealis-pg/extensions/remove.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v0.3.1/src/commands/borealis-pg/extensions/remove.ts)_ ## `heroku borealis-pg:run` @@ -151,16 +151,16 @@ DESCRIPTION - PGPASSWORD - DATABASE_URL - See also the borealis-pg:tunnel command to start an interactive session with an - add-on Postgres database. + See also the borealis-pg:tunnel command to start a secure tunnel session with + an add-on Postgres database. EXAMPLES $ heroku borealis-pg:run --addon borealis-pg-hex-12345 --shell-cmd './manage.py migrate' --write-access - $ heroku borealis-pg:run --app sushi --addon DATABASE_URL --db-cmd 'SELECT * FROM hello_greeting' --format csv - $ heroku borealis-pg:run --app sushi --addon BOREALIS_PG --db-cmd-file ~/scripts/example.sql --personal-user + $ heroku borealis-pg:run --app sushi --addon DATABASE --db-cmd 'SELECT * FROM hello_greeting' --format csv + $ heroku borealis-pg:run --app sushi --addon DATABASE_URL --db-cmd-file ~/scripts/example.sql --personal-user ``` -_See code: [src/commands/borealis-pg/run.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v0.3.0/src/commands/borealis-pg/run.ts)_ +_See code: [src/commands/borealis-pg/run.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v0.3.1/src/commands/borealis-pg/run.ts)_ ## `heroku borealis-pg:tunnel` @@ -191,8 +191,8 @@ DESCRIPTION EXAMPLES $ heroku borealis-pg:tunnel --addon borealis-pg-hex-12345 --write-access $ heroku borealis-pg:tunnel --app sushi --addon DATABASE --port 54321 - $ heroku borealis-pg:tunnel --app sushi --addon BOREALIS_PG_URL + $ heroku borealis-pg:tunnel --app sushi --addon DATABASE_URL ``` -_See code: [src/commands/borealis-pg/tunnel.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v0.3.0/src/commands/borealis-pg/tunnel.ts)_ +_See code: [src/commands/borealis-pg/tunnel.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v0.3.1/src/commands/borealis-pg/tunnel.ts)_ diff --git a/package.json b/package.json index 1ff1361..64b70a3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "borealis-pg-cli", "description": "CLI for advanced interactions with Borealis Isolated Postgres add-ons", - "version": "0.3.0", + "version": "0.3.1", "author": "Borealis Data Solutions", "bugs": "https://github.com/OldSneerJaw/borealis-pg-cli/issues", "dependencies": {