Skip to content

Commit 811018f

Browse files
committed
Designate 0.2rc0 release
1 parent 43d6a63 commit 811018f

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## [v0.2rc0](https://github.com/scientific-python/lazy_loader/tree/v0.2rc0)
4+
5+
[Full Changelog](https://github.com/scientific-python/lazy_loader/compare/v0.1...v0.2rc0)
6+
7+
**Closed issues:**
8+
9+
- Allow to not fail on stub attach in frozen apps [\#38](https://github.com/scientific-python/lazy_loader/issues/38)
10+
- Stub files with absolute imports [\#36](https://github.com/scientific-python/lazy_loader/issues/36)
11+
- Help to packaging Debian package [\#35](https://github.com/scientific-python/lazy_loader/issues/35)
12+
- conda upload [\#33](https://github.com/scientific-python/lazy_loader/issues/33)
13+
- Possible issues with partial lazy loading [\#32](https://github.com/scientific-python/lazy_loader/issues/32)
14+
- Type hints/Mypy best practices? [\#28](https://github.com/scientific-python/lazy_loader/issues/28)
15+
- Re-export non descendant attribute? [\#27](https://github.com/scientific-python/lazy_loader/issues/27)
16+
- This is awesome [\#6](https://github.com/scientific-python/lazy_loader/issues/6)
17+
18+
**Merged pull requests:**
19+
20+
- Add information that `pyi` files are used in runtime when use `attach\_stub` [\#47](https://github.com/scientific-python/lazy_loader/pull/47) ([Czaki](https://github.com/Czaki))
21+
- Update tests to improve coverage [\#45](https://github.com/scientific-python/lazy_loader/pull/45) ([jarrodmillman](https://github.com/jarrodmillman))
22+
- Use codecov GH action [\#44](https://github.com/scientific-python/lazy_loader/pull/44) ([jarrodmillman](https://github.com/jarrodmillman))
23+
- Update year [\#43](https://github.com/scientific-python/lazy_loader/pull/43) ([jarrodmillman](https://github.com/jarrodmillman))
24+
- Update GH actions [\#42](https://github.com/scientific-python/lazy_loader/pull/42) ([jarrodmillman](https://github.com/jarrodmillman))
25+
- Update pre-commit [\#41](https://github.com/scientific-python/lazy_loader/pull/41) ([jarrodmillman](https://github.com/jarrodmillman))
26+
- Update optional depedencies [\#40](https://github.com/scientific-python/lazy_loader/pull/40) ([jarrodmillman](https://github.com/jarrodmillman))
27+
- Fix extension substitution to work with `\*.pyc` files [\#39](https://github.com/scientific-python/lazy_loader/pull/39) ([Czaki](https://github.com/Czaki))
28+
- Sort returned \_\_all\_\_ [\#34](https://github.com/scientific-python/lazy_loader/pull/34) ([stefanv](https://github.com/stefanv))
29+
330
## [v0.1](https://github.com/scientific-python/lazy_loader/tree/v0.1) (2022-09-21)
431

532
[Full Changelog](https://github.com/scientific-python/lazy_loader/compare/v0.1rc3...v0.1)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "lazy_loader"
7-
version = "0.2rc1.dev0"
7+
version = "0.2rc0"
88
requires-python = ">=3.7"
99
authors = [{name = "Scientific Python Developers"}]
1010
readme = "README.md"

0 commit comments

Comments
 (0)