Skip to content

Commit 097bf5f

Browse files
Merge pull request #57 from ZeroGachis/release-please--branches--main
chore(main): release 2.0.1
2 parents 0999f51 + 69eeb8f commit 097bf5f

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0"
2+
".": "2.0.1"
33
}

CHANGELOG.md

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

3+
## [2.0.1](https://github.com/ZeroGachis/nurse/compare/2.0.0...2.0.1) (2025-04-30)
4+
5+
6+
### Bug Fixes
7+
8+
* Fix invalid reference to README in pyproject.toml file ([0999f51](https://github.com/ZeroGachis/nurse/commit/0999f51749e4a1a2dc670efd5309ba05a6d71c2a))
9+
310
## [2.0.0](https://github.com/ZeroGachis/nurse/compare/1.0.1...2.0.0) (2025-04-30)
411

512

nurse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from nurse.api import clear, get, serve
22
from nurse.exceptions import NurseError, ServiceNotFound
33

4-
__version__ = "2.0.0"
4+
__version__ = "2.0.1"
55
__all__ = ["clear", "get", "serve", "NurseError", "ServiceNotFound"]

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 = "nurse"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "A thoughtful dependency injection framework"
55
authors = ["ducdetronquito <g.paulet@zero-gachis.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)