Skip to content

Commit a4c0c38

Browse files
chore(main): release 0.1.1 (#85)
1 parent 759995d commit a4c0c38

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [0.1.1](https://github.com/artisanofcode/python-banshee/compare/v0.1.0...v0.1.1) (2023-11-23)
4+
5+
6+
### Bug Fixes
7+
8+
* allow multiple uses of injector module in a single python process ([#84](https://github.com/artisanofcode/python-banshee/issues/84)) ([759995d](https://github.com/artisanofcode/python-banshee/commit/759995d1af830393662b6076eea4f81296c5f8ff))
9+
310
## [0.1.0](https://github.com/artisanofcode/python-banshee/compare/v0.0.0-b1...v0.1.0) (2023-03-20)
411

512

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 = "banshee"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = ""
55
authors = ["Your Name <you@example.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)