Skip to content

Commit

Permalink
Update changelog for version 0.56.1 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 12, 2023
1 parent 0dba457 commit 1006821
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 0 deletions.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,50 @@
# Changelog

## 0.56.1 - 2023-11-12

### Changes

**Fix `uvicorn[standard]` version** (be409c4)

Uvicorn was updated to version 0.23.2 in 2590d8a and 0.56.0, but the
version number for `uvicorn[standard]` was not updated correspondingly.
This release will update `uvicorn[standard]` to 0.23.2.

**Update to Material for MkDocs 9** (ab692a3, 90f75b0)

Docs will now be built with
[Material for MkDocs 9](https://squidfunk.github.io/mkdocs-material/changelog/).
The most notable user-facing change is the new dark theme color palette,
which has undergone a few small changes since its release in version
9.4.0 (https://github.com/squidfunk/mkdocs-material/issues/6061).
Code block copy behavior has undergone some small changes as well. Code
blocks in the documentation have been reformatted for easier copying.

### Commits

- Bump version from 0.56.0 to 0.56.1 (0dba457)
- Fix `uvicorn[standard]` version (be409c4)
- Add docs deployment info to contributing.md (141d8e5)
- Remove Material for MkDocs version from README (b415bf4)
- Configure Material for MkDocs code block copy (90f75b0)
- Update to Material for MkDocs 9 (ab692a3)
- Relax upper bound on HTTPX (f49d205)
- Update to `mypy==1.7.0` (140dac6)
- Update changelog for version 0.56.0 (#86) (18f2052)

Tagger: Brendon Smith <[email protected]>

Date: 2023-11-12 16:12:24 -0500

```text
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgwLDNmire1DHY/g9GC1rGGr+mrE
kJ3FC96XsyoFKzm6IAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5
AAAAQL6WBwGZdDVKFstxw3kQbhFNhbF+veYd9SUL2/Ow96kSl+4IHdtP2Bt0Q/fHUTGWTN
myCfgotFST8FYZrUXVXg4=
-----END SSH SIGNATURE-----
```

## 0.56.0 - 2023-09-09

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

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

## 0.56.1 - 2023-11-12

### Changes

**Fix `uvicorn[standard]` version** (be409c4)

Uvicorn was updated to version 0.23.2 in 2590d8a and 0.56.0, but the
version number for `uvicorn[standard]` was not updated correspondingly.
This release will update `uvicorn[standard]` to 0.23.2.

**Update to Material for MkDocs 9** (ab692a3, 90f75b0)

Docs will now be built with
[Material for MkDocs 9](https://squidfunk.github.io/mkdocs-material/changelog/).
The most notable user-facing change is the new dark theme color palette,
which has undergone a few small changes since its release in version
9.4.0 (https://github.com/squidfunk/mkdocs-material/issues/6061).
Code block copy behavior has undergone some small changes as well. Code
blocks in the documentation have been reformatted for easier copying.

### Commits

- Bump version from 0.56.0 to 0.56.1 (0dba457)
- Fix `uvicorn[standard]` version (be409c4)
- Add docs deployment info to contributing.md (141d8e5)
- Remove Material for MkDocs version from README (b415bf4)
- Configure Material for MkDocs code block copy (90f75b0)
- Update to Material for MkDocs 9 (ab692a3)
- Relax upper bound on HTTPX (f49d205)
- Update to `mypy==1.7.0` (140dac6)
- Update changelog for version 0.56.0 (#86) (18f2052)

Tagger: Brendon Smith <[email protected]>

Date: 2023-11-12 16:12:24 -0500

```text
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgwLDNmire1DHY/g9GC1rGGr+mrE
kJ3FC96XsyoFKzm6IAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5
AAAAQL6WBwGZdDVKFstxw3kQbhFNhbF+veYd9SUL2/Ow96kSl+4IHdtP2Bt0Q/fHUTGWTN
myCfgotFST8FYZrUXVXg4=
-----END SSH SIGNATURE-----
```

## 0.56.0 - 2023-09-09

### Changes
Expand Down

1 comment on commit 1006821

@vercel
Copy link

@vercel vercel bot commented on 1006821 Nov 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.