diff --git a/.github/workflows/detect-secrets.yaml b/.github/workflows/detect-secrets.yaml index 13ae3f6..742476e 100644 --- a/.github/workflows/detect-secrets.yaml +++ b/.github/workflows/detect-secrets.yaml @@ -1,10 +1,12 @@ name: "Secret Detection" on: push: - branches: [main] + branches: + - "**" pull_request: # The branches below must be a subset of the branches above - branches: [main] + branches: + - "**" jobs: secret-detection: diff --git a/CHANGELOG.md b/CHANGELOG.md index 7792689..f49c335 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unversioned] +## [Unreleased] +### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security +## [v1.6.0] ### Added ### Changed - Python 3.11 is now the base version instead of 3.8 diff --git a/VERSION b/VERSION index 8e03717..ce6a70b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.1 \ No newline at end of file +1.6.0 \ No newline at end of file diff --git a/requirements-checkers.txt b/requirements-checkers.txt index 726bc4e..84bedd1 100644 --- a/requirements-checkers.txt +++ b/requirements-checkers.txt @@ -1,7 +1,7 @@ arrow==0.14.0 pyproj==3.7.1 OWSlib==0.28.1 -cf-units==3.0.0 +cf-units==3.3.0 compliance-checker==5.3.0 urllib3==1.26.19 setuptools==78.1.1