Skip to content

Commit

Permalink
Fix wrong number
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi committed Sep 14, 2024
1 parent 1d93e09 commit 0b334a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## v1.0.5 (Unreleased)

- Fixed runtime `AttributeError` that occurred when creating a diagram that includes a model with a field that uses a type annotation with ellipsis literal (e.g., `tuple[int, ...]`). ([Issue #124](https://github.com/drivendataorg/erdantic/issues/124), [PR #125](https://github.com/drivendataorg/erdantic/pull/125))
- Fixed runtime `AttributeError` that occurred when creating a diagram that includes a model with a field that uses a type annotation with ellipsis literal (e.g., `tuple[int, ...]`). ([Issue #124](https://github.com/drivendataorg/erdantic/issues/124), [PR #127](https://github.com/drivendataorg/erdantic/pull/127))

## v1.0.4 (2024-07-16)

Expand Down

0 comments on commit 0b334a2

Please sign in to comment.