Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bswck committed Jun 14, 2024
1 parent 806b264 commit 7c9334c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

<!-- insertion marker -->

## [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)


Expand Down
1 change: 0 additions & 1 deletion news/+41a7d04b.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion news/+9a8e28d4.changed.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 7c9334c

Please sign in to comment.