Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update changelog #655

Merged
merged 1 commit into from
Feb 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## v2024.2.6

([full changelog](https://github.com/intake/intake-esm/compare/v2023.10.27...d96efea14b348e346d5c2a1490e91c9ae1e2c709))

### Bugs fixed

- FIX: Pin older versions of sphinx to fix docs [#646](https://github.com/intake/intake-esm/pull/646) ([@mgrover1](https://github.com/mgrover1))

### Other merged PRs

- Update Dependabot configuration [#653](https://github.com/intake/intake-esm/pull/653) ([@andersy005](https://github.com/andersy005))
- Drop python 3.9 [#652](https://github.com/intake/intake-esm/pull/652) ([@andersy005](https://github.com/andersy005))
- Pin intake to `<v2` [#651](https://github.com/intake/intake-esm/pull/651) ([@andersy005](https://github.com/andersy005))
- Bump codecov/codecov-action from 3.1.4 to 4.0.0 [#648](https://github.com/intake/intake-esm/pull/648) ([@dependabot](https://github.com/dependabot))
- [pre-commit.ci] pre-commit autoupdate [#645](https://github.com/intake/intake-esm/pull/645) ([@pre-commit-ci](https://github.com/pre-commit-ci))
- Bump actions/setup-python from 4 to 5 [#644](https://github.com/intake/intake-esm/pull/644) ([@dependabot](https://github.com/dependabot))
- replace black/flake/isort with ruff-format [#643](https://github.com/intake/intake-esm/pull/643) ([@andersy005](https://github.com/andersy005))
- [pre-commit.ci] pre-commit autoupdate [#642](https://github.com/intake/intake-esm/pull/642) ([@pre-commit-ci](https://github.com/pre-commit-ci))
- Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 [#641](https://github.com/intake/intake-esm/pull/641) ([@dependabot](https://github.com/dependabot))
- [pre-commit.ci] pre-commit autoupdate [#640](https://github.com/intake/intake-esm/pull/640) ([@pre-commit-ci](https://github.com/pre-commit-ci))
- Replace applymap with map [#639](https://github.com/intake/intake-esm/pull/639) ([@dougiesquire](https://github.com/dougiesquire))
- Update-changelog [#638](https://github.com/intake/intake-esm/pull/638) ([@andersy005](https://github.com/andersy005))
- ADD: Add ci support for python 3.12 [#634](https://github.com/intake/intake-esm/pull/634) ([@mgrover1](https://github.com/mgrover1))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/intake/intake-esm/graphs/contributors?from=2023-10-27&to=2024-02-06&type=c))

[@andersy005](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Aandersy005+updated%3A2023-10-27..2024-02-06&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Adependabot+updated%3A2023-10-27..2024-02-06&type=Issues) | [@dougiesquire](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Adougiesquire+updated%3A2023-10-27..2024-02-06&type=Issues) | [@mgrover1](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Amgrover1+updated%3A2023-10-27..2024-02-06&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Aintake%2Fintake-esm+involves%3Apre-commit-ci+updated%3A2023-10-27..2024-02-06&type=Issues)

## v2023.10.27

([full changelog](https://github.com/intake/intake-esm/compare/v2023.07.07...487e3149679ff1c67a4af75d9e9a6ff72f64f028))
Expand Down
Loading