From 20096779c4d562fcd096b6b09b91ccc8b0851146 Mon Sep 17 00:00:00 2001 From: Anderson Banihirwe Date: Wed, 3 Mar 2021 05:55:34 -0700 Subject: [PATCH] Update changelog for new release (#68) --- .github/workflows/ci.yaml | 5 +---- CHANGELOG.md | 14 ++++++++++++++ README.md | 2 +- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9990ed2..7a25f04 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,17 +1,14 @@ name: CI on: push: - branches: - - '*' pull_request: - branches: - - '*' schedule: - cron: '0 0 * * *' # Daily “At 00:00” workflow_dispatch: # allows you to trigger manually jobs: build: + if: github.repository == 'NCAR/jupyter-forward' name: python-${{ matrix.python-version }} runs-on: ubuntu-latest defaults: diff --git a/CHANGELOG.md b/CHANGELOG.md index 95118bd..367c547 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## v2021.3.3 + +([full changelog](https://github.com/NCAR/jupyter-forward/compare/27dc14741783911c078213c351732fccbb1f6561...a2847f88c718a8f9cc54ab6a75a4cc70121fbda2)) + +- Tcsh support [#67](https://github.com/NCAR/jupyter-forward/pull/67) ([@mnlevy1981](https://github.com/mnlevy1981)) +- Bump styfle/cancel-workflow-action from 0.7.0 to 0.8.0 [#64](https://github.com/NCAR/jupyter-forward/pull/64) ([@dependabot](https://github.com/dependabot)) +- Bump pypa/gh-action-pypi-publish from v1.4.1 to v1.4.2 [#63](https://github.com/NCAR/jupyter-forward/pull/63) ([@dependabot](https://github.com/dependabot)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/NCAR/jupyter-forward/graphs/contributors?from=2021-02-06&to=2021-03-03&type=c)) + +[@andersy005](https://github.com/search?q=repo%3ANCAR%2Fjupyter-forward+involves%3Aandersy005+updated%3A2021-02-06..2021-03-03&type=Issues) | [@dependabot](https://github.com/search?q=repo%3ANCAR%2Fjupyter-forward+involves%3Adependabot+updated%3A2021-02-06..2021-03-03&type=Issues) | [@mnlevy1981](https://github.com/search?q=repo%3ANCAR%2Fjupyter-forward+involves%3Amnlevy1981+updated%3A2021-02-06..2021-03-03&type=Issues) + ## v2021.2.5 ([full changelog](https://github.com/NCAR/jupyter-forward/compare/54b2fee0316cd9edf6d3957805b77f515b3fe5b5...4e9951b1f38b81dd5c12fc8db15205fc082f1b58)) diff --git a/README.md b/README.md index fe83eca..cd6fdd0 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Jupyter-forward simplifies the process of running `jupyter lab` on a remote mach 1. Logging into a remote cluster/resource via the SSH protocol. 2. Launching Jupyter Lab on the remote cluster. 3. Port forwarding Jupyter Lab session back to your local machine. -4. Opening the port forwarded Jupyter Lab session into your local browser. +4. Opening the port forwarded Jupyter Lab session in your local browser. ## Installation