From d4e8a25aa7c16618e0cbffa1c6d92f999a102daa Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 30 Oct 2024 13:32:57 +0000 Subject: [PATCH] [skip ci] Update changelog. --- docs/changelog.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 4177624..865c7ff 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -6,15 +6,14 @@ 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 +## [v0.1.6](https://github.com/seandstewart/python-typelib/releases/tag/v0.1.6) - 2024-10-30 -[Compare with latest](https://github.com/seandstewart/python-typelib/compare/v0.1.5...HEAD) +[Compare with v0.1.5](https://github.com/seandstewart/python-typelib/compare/v0.1.5...v0.1.6) ### 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