Skip to content

Commit

Permalink
resolved merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
grallewellyn committed Feb 26, 2025
2 parents 92d456a + 1c5d61c commit 8c682ff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
### Security

## [4.1.0]
### Added
- [feature/secrets](https://github.com/MAAP-Project/Community/issues/1048): Added support for user secrets management
- [feature/jobs-list-query](https://github.com/MAAP-Project/maap-api-nasa/issues/130): Added query filter parameters to listJobs endpoint
- [issues/95](https://github.com/MAAP-Project/maap-py/issues/95): Added CICD pipeline
- [feature/pagination](https://github.com/MAAP-Project/Community/issues/1027): Added pagination support for listJobs endpoint

### Changed
- [community-909](https://github.com/MAAP-Project/Community/issues/909): Removed need to track maap.cfg

## [4.0.1]
### Added
- [issues/95](https://github.com/MAAP-Project/maap-py/issues/95): Added github action workflow for publishing and switched to poetry for builds
Expand Down
3 changes: 2 additions & 1 deletion maap/maap.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

import json
import logging
import boto3
Expand Down Expand Up @@ -412,4 +413,4 @@ def show(self, granule, display_config={}):


if __name__ == "__main__":
print("initialized")
print("initialized")

0 comments on commit 8c682ff

Please sign in to comment.