Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: cleanups and documentation relating to JSR #454

Merged
merged 4 commits into from
Feb 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/publish_jsr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
branches:
- main

env:
DENO_UNSTABLE_WORKSPACES: true

jobs:
publish:
runs-on: ubuntu-latest
Expand Down
27 changes: 17 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,16 +147,18 @@ alongside the library

This situation will become more stable as `std` and `deno-postgres` approach 1.0

| Deno version | Min driver version | Max driver version |
| ------------- | ------------------ | ------------------ |
| 1.8.x | 0.5.0 | 0.10.0 |
| 1.9.0 | 0.11.0 | 0.11.1 |
| 1.9.1 and up | 0.11.2 | 0.11.3 |
| 1.11.0 and up | 0.12.0 | 0.12.0 |
| 1.14.0 and up | 0.13.0 | 0.13.0 |
| 1.15.0 | 0.13.0 | |
| 1.16.0 | 0.14.0 | 0.14.3 |
| 1.17.0 | 0.15.0 | |
| Deno version | Min driver version | Max driver version |
| ----------------------------------------------------- | ------------------ | ------------------ |
| 1.8.x | 0.5.0 | 0.10.0 |
| 1.9.0 | 0.11.0 | 0.11.1 |
| 1.9.1 and up | 0.11.2 | 0.11.3 |
| 1.11.0 and up | 0.12.0 | 0.12.0 |
| 1.14.0 and up | 0.13.0 | 0.13.0 |
| 1.15.0 | 0.13.0 | |
| 1.16.0 | 0.14.0 | 0.14.3 |
| 1.17.0 | 0.15.0 | |
| 1.40.0 | 0.17.2 | |
| This module is available on JSR starting from 0.17.2. | | |

## Contributing guidelines

Expand All @@ -172,6 +174,11 @@ When contributing to repository make sure to:
4. All features and fixes must have a corresponding test added in order to be
accepted

## Maintainers guidelines

When publishing a new version, ensure that the `version` field in `deno.json`
has been updated to match the new version.

## License

There are substantial parts of this library based on other libraries. They have
Expand Down
Loading