Skip to content

Commit d0d4c51

Browse files
Bump ver for release (#376)
1 parent abfb528 commit d0d4c51

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [0.2.0] - 2024-04-29
89
### Added
910
- Transparent auto injection methods on `Client` at `Client.auto_inject` and
1011
`Client.auto_inject_async`. These wrap functions to make calls to them
1112
automatically inject dependencies and are transparent replacements for the
1213
self injecting system.
14+
More information on these can be found
15+
[here](https://alluka.cursed.solutions/usage/#automatic-dependency-injection).
1316
- A system for setting the injection client for a local scope (as defined by
1417
[contextvars][]) and making dependency injection calls based on said context.
18+
More information on this can be found
19+
[here](https://alluka.cursed.solutions/usage/#local-client).
1520
- [alluka.abc.Client.make_context][] method for creating a client bound context.
1621

1722
### Changed
@@ -101,7 +106,8 @@ part of Tanjun.
101106
- The public `CallackDescriptor` and `TypeDescriptor` classes as callbacks
102107
are now processed within the client and any necessary caching is kept internal.
103108

104-
[Unreleased]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.5...HEAD
109+
[Unreleased]: https://github.com/FasterSpeeding/Alluka/compare/v0.2.0...HEAD
110+
[0.2.0]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.5...v0.2.0
105111
[0.1.5]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.4...v0.1.5
106112
[0.1.4]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.3...v0.1.4
107113
[0.1.3]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.2...v0.1.3

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 = "alluka"
7-
version = "0.1.5"
7+
version = "0.2.0"
88
readme = "README.md"
99
requires-python = ">=3.9.0,<3.13"
1010
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)