Skip to content

Commit

Permalink
Release v1.0.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
bswck committed Jun 21, 2024
1 parent 5579841 commit 006ce0e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

<!-- insertion marker -->

## [v1.0.0b2](https://github.com/bswck/slothy/tree/v1.0.0b2) (2024-06-21)


### Added

- New context manager for typing-only imports, i.e. [`type_importing()`][slothy._importing.type_importing].


## [v1.0.0b1](https://github.com/bswck/slothy/tree/v1.0.0b1) (2024-06-21)


Expand Down
1 change: 0 additions & 1 deletion news/+cb5a2532.added.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 = "1.0.0b1"
version = "1.0.0b2"
description = "Super-easy lazy importing in Python."
authors = ["bswck <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 006ce0e

Please sign in to comment.