Skip to content

Commit cbff607

Browse files
Bump ver for release (#370)
1 parent 11a1f1d commit cbff607

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ 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.1.5] - 2024-04-22
9+
- Improve error message when attempting to use [alluka.inject][] without DI.
10+
811
## [0.1.4] - 2023-12-27
912
### Added
1013
- Python 3.12 support.
@@ -70,7 +73,8 @@ part of Tanjun.
7073
- The public `CallackDescriptor` and `TypeDescriptor` classes as callbacks
7174
are now processed within the client and any necessary caching is kept internal.
7275

73-
[Unreleased]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.4...HEAD
76+
[Unreleased]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.5...HEAD
77+
[0.1.5]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.4...v0.1.5
7478
[0.1.4]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.3...v0.1.4
7579
[0.1.3]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.2...v0.1.3
7680
[0.1.2]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.1...v0.1.2

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

0 commit comments

Comments
 (0)