Skip to content

Commit

Permalink
Update changelog for new release (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 authored Mar 3, 2021
1 parent a2847f8 commit 2009677
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2009677

Please sign in to comment.