From 7c9334c62bef0f4b2a8c55e82baf14cdb5541695 Mon Sep 17 00:00:00 2001 From: bswck Date: Fri, 14 Jun 2024 03:11:22 +0200 Subject: [PATCH] Release v0.2.0 --- CHANGELOG.md | 12 ++++++++++++ news/+41a7d04b.fixed.md | 1 - news/+9a8e28d4.changed.md | 1 - pyproject.toml | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) delete mode 100644 news/+41a7d04b.fixed.md delete mode 100644 news/+9a8e28d4.changed.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eedda0..506f46a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html +## [v0.2.0](https://github.com/bswck/slothy/tree/v0.2.0) (2024-06-14) + + +### Changed + +- Settled on stable interface: `slothy_importing`/`lazy_importing`, `slothy_importing_if`/`lazy_importing_if`. + +### Fixed + +- Frame offset management of `__import__` replacement function. + + ## [v0.2.0b2](https://github.com/bswck/slothy/tree/v0.2.0b2) (2024-06-14) diff --git a/news/+41a7d04b.fixed.md b/news/+41a7d04b.fixed.md deleted file mode 100644 index 92df06e..0000000 --- a/news/+41a7d04b.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Frame offset management of `__import__` replacement function. \ No newline at end of file diff --git a/news/+9a8e28d4.changed.md b/news/+9a8e28d4.changed.md deleted file mode 100644 index 5088586..0000000 --- a/news/+9a8e28d4.changed.md +++ /dev/null @@ -1 +0,0 @@ -Settled on stable interface: `slothy_importing`/`lazy_importing`, `slothy_importing_if`/`lazy_importing_if`. \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 9240109..65675c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dynamic = ["version"] [tool.poetry] name = "slothy" -version = "0.2.0b2" +version = "0.2.0" description = "Super-easy lazy importing in Python." authors = ["bswck "] license = "MIT"