From 45e8988da8caefe8afe1821ae8f808b8daeee529 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 30 Oct 2024 13:29:05 +0000 Subject: [PATCH] [skip ci] Update changelog. --- docs/changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 3a007fc..4177624 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## Unreleased + +[Compare with latest](https://github.com/seandstewart/python-typelib/compare/v0.1.5...HEAD) + +### Bug Fixes + +- Unwrap `TypeAliasType` for all nested types in a type graph ([c837838](https://github.com/seandstewart/python-typelib/commit/c837838a8e78c830f262af783794788bd7e8b103) by Sean Stewart). + + + ## [v0.1.5](https://github.com/seandstewart/python-typelib/releases/tag/v0.1.5) - 2024-10-30 [Compare with v0.1.4](https://github.com/seandstewart/python-typelib/compare/v0.1.4...v0.1.5)