Skip to content

Commit 8a3a494

Browse files
committed
Designate 0.1 release
1 parent 2fe9fe9 commit 8a3a494

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22

3-
## [v0.1rc3](https://github.com/scientific-python/lazy_loader/tree/v0.1rc3)
3+
## [v0.1](https://github.com/scientific-python/lazy_loader/tree/v0.1) (2022-09-21)
4+
5+
[Full Changelog](https://github.com/scientific-python/lazy_loader/compare/v0.1rc3...v0.1)
6+
7+
**Merged pull requests:**
8+
9+
- Update classifiers [\#31](https://github.com/scientific-python/lazy_loader/pull/31) ([jarrodmillman](https://github.com/jarrodmillman))
10+
- Update precommit hooks [\#30](https://github.com/scientific-python/lazy_loader/pull/30) ([jarrodmillman](https://github.com/jarrodmillman))
11+
- Refer to SPEC for stub usage [\#29](https://github.com/scientific-python/lazy_loader/pull/29) ([stefanv](https://github.com/stefanv))
12+
13+
## [v0.1rc3](https://github.com/scientific-python/lazy_loader/tree/v0.1rc3) (2022-08-29)
414

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

@@ -21,7 +31,6 @@
2131
- feat: add attach_stub function to load imports from type stubs [\#10](https://github.com/scientific-python/lazy_loader/pull/10) ([tlambert03](https://github.com/tlambert03))
2232
- Avoid conflicts when function is implemented in same-named submodule [\#9](https://github.com/scientific-python/lazy_loader/pull/9) ([stefanv](https://github.com/stefanv))
2333
- DOC fix missing comma in usage example in README.md [\#7](https://github.com/scientific-python/lazy_loader/pull/7) ([adrinjalali](https://github.com/adrinjalali))
24-
- Run pre-commit hooks [\#3](https://github.com/scientific-python/lazy_loader/pull/3) ([tupui](https://github.com/tupui))
2534

2635
## [v0.1rc2](https://github.com/scientific-python/lazy_loader/tree/v0.1rc2) (2022-03-10)
2736

@@ -42,6 +51,7 @@
4251

4352
**Merged pull requests:**
4453

54+
- Run pre-commit hooks [\#3](https://github.com/scientific-python/lazy_loader/pull/3) ([tupui](https://github.com/tupui))
4555
- Add the packaging infrastructure [\#2](https://github.com/scientific-python/lazy_loader/pull/2) ([tupui](https://github.com/tupui))
4656

4757
\* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_

pyproject.toml

+1-1
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.1rc4.dev0"
7+
version = "0.1"
88
requires-python = ">=3.7"
99
authors = [{name = "Scientific Python Developers"}]
1010
readme = "README.md"

0 commit comments

Comments
 (0)