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

0.7.5 release #1276

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
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
13 changes: 13 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ Changes:

Fixes:

## 0.7.6 - 2024-12-06

Changes:

* Match the default time range for forecast and prediction window by @abkfenris in https://github.com/gulfofmaine/buoy_barn/pull/1274

Dependency Updates:
* Update pre-commit hook astral-sh/ruff-pre-commit to v0.8.2 by @renovate in https://github.com/gulfofmaine/buoy_barn/pull/1273
* Bump Django for security by @abkfenris in https://github.com/gulfofmaine/buoy_barn/pull/1275


**Full Changelog**: https://github.com/gulfofmaine/buoy_barn/compare/v0.7.4...v0.7.5

## O.7.4 - 2024-12-04

Changes:
Expand Down
2 changes: 1 addition & 1 deletion app/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "buoy-barn"
version = "0.7.4"
version = "0.7.5"
description = "NERACOOS lightweight API sitting in front of ERDDAP"
authors = [ { name = "Alex Kerney", email = "<[email protected]>" } ]
requires-python = ">=3.11"
Expand Down
Loading