Skip to content

Commit 916571f

Browse files
github-actions[bot]ducdetronquito
authored andcommitted
chore(main): release 2.1.0
1 parent c4bdfcb commit 916571f

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-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.1"
2+
".": "2.1.0"
33
}

CHANGELOG.md

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

3+
## [2.1.0](https://github.com/ZeroGachis/nurse/compare/2.0.1...2.1.0) (2026-02-11)
4+
5+
6+
### Features
7+
8+
* add security scan workflow ([32586ba](https://github.com/ZeroGachis/nurse/commit/32586ba51762a83ce3eac14ed10673521c9bdb40))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* **deps:** update zerogachis/.github action to v5 ([c4bdfcb](https://github.com/ZeroGachis/nurse/commit/c4bdfcb5d02970413d98d484b37f48f4ff6c57f7))
14+
* Move to Python3.13 / poetry 2.2 + Speedup CI + Bump deps ([ef28828](https://github.com/ZeroGachis/nurse/commit/ef28828643f8a6e3d9963698e65940652bd56b32))
15+
316
## [2.0.1](https://github.com/ZeroGachis/nurse/compare/2.0.0...2.0.1) (2025-04-30)
417

518

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

0 commit comments

Comments
 (0)