diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c8e475..c5af654 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.2.1...HEAD) +## [0.2.2](https://github.com/OldSneerJaw/borealis-pg-cli/compare/v0.2.1...v0.2.2) - Changed URL to Postgres extension support page ## [0.2.1](https://github.com/OldSneerJaw/borealis-pg-cli/compare/v0.2.0...v0.2.1) @@ -12,5 +12,5 @@ This project adheres to [Semantic Versioning](http://semver.org/). All notable c - The `borealis-pg:extensions:install` command now includes the option to suppress the error when a Postgres extension is already installed - The `borealis-pg:extensions:remove` command now includes the option to suppress the error when a Postgres extension is not installed -## [0.1.0](https://github.com/OldSneerJaw/borealis-pg-cli/compare/477321d...v0.1.0) - 2021-09-24 +## [0.1.0](https://github.com/OldSneerJaw/borealis-pg-cli/compare/477321d...v0.1.0) First public pre-release version diff --git a/README.md b/README.md index 2de45a7..0a399b6 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.2.1/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.2.2/src/commands/borealis-pg/extensions/index.ts)_ ## `heroku borealis-pg:extensions:install PG_EXTENSION` @@ -68,11 +68,11 @@ DESCRIPTION If an extension has any unsatisfied dependencies, its dependencies will be installed automatically only if the --recursive flag is provided. - Details of supported extensions can be found here: - https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Extensions.html + Details of all supported extensions can be found here: + 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.2.1/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.2.2/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.2.1/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.2.2/src/commands/borealis-pg/extensions/remove.ts)_ ## `heroku borealis-pg:run` @@ -160,7 +160,7 @@ EXAMPLES $ heroku borealis-pg:run --app sushi --addon BOREALIS_PG --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.2.1/src/commands/borealis-pg/run.ts)_ +_See code: [src/commands/borealis-pg/run.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v0.2.2/src/commands/borealis-pg/run.ts)_ ## `heroku borealis-pg:tunnel` @@ -194,5 +194,5 @@ EXAMPLES $ heroku borealis-pg:tunnel --app sushi --addon BOREALIS_PG_URL ``` -_See code: [src/commands/borealis-pg/tunnel.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v0.2.1/src/commands/borealis-pg/tunnel.ts)_ +_See code: [src/commands/borealis-pg/tunnel.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v0.2.2/src/commands/borealis-pg/tunnel.ts)_ diff --git a/package.json b/package.json index cef61e3..69b1aa6 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.2.1", + "version": "0.2.2", "author": "Borealis Data Solutions", "bugs": "https://github.com/OldSneerJaw/borealis-pg-cli/issues", "dependencies": {