Skip to content

Commit

Permalink
Merge pull request #9 from podaac/release/2.2.0
Browse files Browse the repository at this point in the history
Release/2.2.0
  • Loading branch information
skorper authored May 20, 2024
2 parents 8008269 + 73b6620 commit fc08814
Show file tree
Hide file tree
Showing 4 changed files with 458 additions and 326 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: 3.8
python-version: 3.9
- name: Install Poetry
uses: abatilo/[email protected]
with:
poetry-version: 1.1.15
poetry-version: 1.5.1
- name: Get version
id: get-version
run: |
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
poetry run flake8 --ignore=E501,W503,W504 cumulus_file_rename
- name: Run Snyk on Python
uses: snyk/actions/python-3.8@master
uses: snyk/actions/python-3.9@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v2.2.0]

### Added
### Changed
### Deprecated
### Removed
### Fixed
- **PODAAC-5944**
- upgrade to python 3.9 and cumulus-process-py 1.3.0
### Security

## [v2.1.0]

### Added
Expand Down
Loading

0 comments on commit fc08814

Please sign in to comment.