From 420556927ce77a3d059fe30d27c24e3248df657d Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 30 Oct 2024 11:59:50 +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 d993f15..3a007fc 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.5](https://github.com/seandstewart/python-typelib/releases/tag/v0.1.5) - 2024-10-30 -[Compare with latest](https://github.com/seandstewart/python-typelib/compare/v0.1.4...HEAD) +[Compare with v0.1.4](https://github.com/seandstewart/python-typelib/compare/v0.1.4...v0.1.5) ### Bug Fixes - extract the real `__value__` from a `TypeAliasType` when calling `origin(...)` ([94218a4](https://github.com/seandstewart/python-typelib/commit/94218a49271dadb04ab41527c51994aecbb38fab) by Sean Stewart). - ## [v0.1.4](https://github.com/seandstewart/python-typelib/releases/tag/v0.1.4) - 2024-10-26