Skip to content

Commit ee80c50

Browse files
committed
Bump version 0.5.0 and update changelog
1 parent d63cb64 commit ee80c50

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v0.5.0](https://github.com/danialkeimasi/python-fast-registry/compare/v0.4.3...v0.5.0)
8+
9+
> 27 October 2022
10+
11+
- Simplify API of registerer [`d1c9b93`](https://github.com/danialkeimasi/python-fast-registry/commit/d1c9b938ebc9ca54c436773394ed5c6e164edd5d)
12+
- Sync slug_attr and dict key [`c2537f0`](https://github.com/danialkeimasi/python-fast-registry/commit/c2537f08a3af25ec1c33d97337589cbb4bd32711)
13+
- Update CI add py3.11 [`d63cb64`](https://github.com/danialkeimasi/python-fast-registry/commit/d63cb644fa83979f85b2ffb3b4d634c0ac5dddea)
14+
15+
#### [v0.4.3](https://github.com/danialkeimasi/python-fast-registry/compare/v0.4.2...v0.4.3)
16+
17+
> 26 October 2022
18+
19+
- Fix pylance type errors [`c96769a`](https://github.com/danialkeimasi/python-fast-registry/commit/c96769aa1faea1fa658e0be0444863b88b2651fd)
20+
- Update changelog [`cd0eda9`](https://github.com/danialkeimasi/python-fast-registry/commit/cd0eda9ac6b885442d07472c9e36efdbbcfc6d39)
21+
722
#### [v0.4.2](https://github.com/danialkeimasi/python-fast-registry/compare/v0.4.1...v0.4.2)
823

924
> 26 October 2022

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "registerer"
3-
version = "0.4.3"
3+
version = "0.5.0"
44
description = "Everything you need to implement maintainable and easy to use registry patterns in your project."
55
authors = ["Danial Keimasi <danialkeimasi@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)