Skip to content

Commit 8f00bb3

Browse files
github-actions[bot]ducdetronquito
authored andcommitted
chore(main): release 1.0.1
1 parent 0dffbc2 commit 8f00bb3

File tree

4 files changed

+20
-3
lines changed

4 files changed

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

CHANGELOG.md

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

3+
## [1.0.1](https://github.com/ZeroGachis/nurse/compare/1.0.0...1.0.1) (2025-04-24)
4+
5+
6+
### Bug Fixes
7+
8+
* typo in workflow ([0dffbc2](https://github.com/ZeroGachis/nurse/commit/0dffbc2283b5f04af95697484e7b3548479ce9a0))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* **deps:** update dependency ruff to ^0.11.0 ([276127a](https://github.com/ZeroGachis/nurse/commit/276127aa59689aba3b926c9dead6eb3011ec1bf1))
14+
15+
16+
### Continuous Integration
17+
18+
* add permissions on github actions ([8ed1f56](https://github.com/ZeroGachis/nurse/commit/8ed1f56a6887b324abecc30696e692632dc8f5e1))
19+
320
## [1.0.0](https://github.com/ZeroGachis/nurse/compare/v0.5.1...1.0.0) (2024-11-13)
421

522

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 ServiceNotFound
33

4-
__version__ = "1.0.0"
4+
__version__ = "1.0.1"
55
__all__ = ["clear", "get", "serve", "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.0"
3+
version = "1.0.1"
44
description = "A thoughtful dependency injection framework"
55
authors = ["ducdetronquito <g.paulet@zero-gachis.com>"]
66

0 commit comments

Comments
 (0)