Skip to content

Commit

Permalink
Update changelog for version 0.61.0 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 31, 2023
1 parent ccc7bf2 commit 665eaca
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Changelog

## 0.61.0 - 2023-12-30

### Changes

**Update to FastAPI 0.108 and Starlette 0.32** (738d54a)

This release will update/upgrade to
[FastAPI 0.108](https://fastapi.tiangolo.com/release-notes/)
and
[Starlette 0.32](https://www.starlette.io/release-notes/).
This is a minor release to align with FastAPI versioning.

Changes to Starlette between 0.29 and 0.32 include dropping support for
Python 3.7, and adding support for Python 3.12 and AnyIO 4.

### Commits

- Bump version from 0.60.0 to 0.61.0 (ccc7bf2)
- Update to FastAPI 0.108 and Starlette 0.32 (738d54a)
- Update changelog for version 0.60.0 (#93) (b0d4a4a)

Tagger: Brendon Smith <[email protected]>

Date: 2023-12-30 21:45:18 -0500

```text
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgwLDNmire1DHY/g9GC1rGGr+mrE
kJ3FC96XsyoFKzm6IAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5
AAAAQPVNYaXJu4GQ4XkLI6QdfR3Hu+cW9wCtUhMa/mx5TwTKNG/LJFa/tN70EkqjFhYChW
dvle3+y/ats0Pbx+orKQ8=
-----END SSH SIGNATURE-----
```

## 0.60.0 - 2023-12-30

### Changes
Expand Down
34 changes: 34 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,40 @@

[View on GitHub](https://github.com/br3ndonland/inboard/blob/develop/CHANGELOG.md)

## 0.61.0 - 2023-12-30

### Changes

**Update to FastAPI 0.108 and Starlette 0.32** (738d54a)

This release will update/upgrade to
[FastAPI 0.108](https://fastapi.tiangolo.com/release-notes/)
and
[Starlette 0.32](https://www.starlette.io/release-notes/).
This is a minor release to align with FastAPI versioning.

Changes to Starlette between 0.29 and 0.32 include dropping support for
Python 3.7, and adding support for Python 3.12 and AnyIO 4.

### Commits

- Bump version from 0.60.0 to 0.61.0 (ccc7bf2)
- Update to FastAPI 0.108 and Starlette 0.32 (738d54a)
- Update changelog for version 0.60.0 (#93) (b0d4a4a)

Tagger: Brendon Smith <[email protected]>

Date: 2023-12-30 21:45:18 -0500

```text
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgwLDNmire1DHY/g9GC1rGGr+mrE
kJ3FC96XsyoFKzm6IAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5
AAAAQPVNYaXJu4GQ4XkLI6QdfR3Hu+cW9wCtUhMa/mx5TwTKNG/LJFa/tN70EkqjFhYChW
dvle3+y/ats0Pbx+orKQ8=
-----END SSH SIGNATURE-----
```

## 0.60.0 - 2023-12-30

### Changes
Expand Down

0 comments on commit 665eaca

Please sign in to comment.