Skip to content

Commit

Permalink
Merge pull request #11 from OldSneerJaw/release-0.2.2
Browse files Browse the repository at this point in the history
Preparation for v0.2.2 release
  • Loading branch information
OldSneerJaw authored Oct 6, 2021
2 parents fe77057 + 6f30367 commit 7ff9f27
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand All @@ -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`

Expand All @@ -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`

Expand Down Expand Up @@ -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`

Expand Down Expand Up @@ -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)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 7ff9f27

Please sign in to comment.