Skip to content

Commit 4d18c91

Browse files
Merge pull request #55 from ZeroGachis/release-please--branches--main
2 parents 790e881 + 1078233 commit 4d18c91

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-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-
".": "1.0.1"
2+
".": "2.0.0"
33
}

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/ZeroGachis/nurse/compare/1.0.1...2.0.0) (2025-04-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Enable to serve singleton or factory
9+
10+
### Features
11+
12+
* Enable to serve singleton or factory ([bffde8e](https://github.com/ZeroGachis/nurse/commit/bffde8e8760372be12726d572e34c5f6184eb301))
13+
14+
15+
### Miscellaneous Chores
16+
17+
* **ci:** Remove destroy step ([cddf0b8](https://github.com/ZeroGachis/nurse/commit/cddf0b8c6a889fc063e954aa36f7ff23ac4c779e))
18+
* **docker:** Fix git version ([790e881](https://github.com/ZeroGachis/nurse/commit/790e881a105a8cb6ec440b7c3ebd1bf88ef8b751))
19+
* **docker:** Fix lint issue ([115ba3d](https://github.com/ZeroGachis/nurse/commit/115ba3d8065a061f7c35bcfdaee1748cc88d38ba))
20+
* Remove unused docker-compose & Pycharm config ([1d02512](https://github.com/ZeroGachis/nurse/commit/1d0251219d929b70138e84fcab849fc893e5eeab))
21+
* Simplify README ([3c19d9d](https://github.com/ZeroGachis/nurse/commit/3c19d9d6af0859ffd3f2980687f2a1b5ad301aa6))
22+
* Update mise config and python dev dependencies ([67a8136](https://github.com/ZeroGachis/nurse/commit/67a8136a9545982b0e24879bc701524b3a54075d))
23+
* Upgrade dockerfile base image to use Python3.12 alpine slim ([74b70b8](https://github.com/ZeroGachis/nurse/commit/74b70b8c8d4562b2ff5b87a6e7e327d082d0fc58))
24+
325
## [1.0.1](https://github.com/ZeroGachis/nurse/compare/1.0.0...1.0.1) (2025-04-24)
426

527

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

0 commit comments

Comments
 (0)