Skip to content

Commit 9342037

Browse files
committed
chore(release): bump version to 0.12.1
1 parent 55d9699 commit 9342037

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [0.12.1] - 2026-04-07
2+
3+
### 🚀 Features
4+
5+
- Add CHILD device type
6+
7+
### 📚 Documentation
8+
9+
- *(readme)* Update usage examples for MCP submission guidelines
10+
11+
### ⚙️ Miscellaneous Tasks
12+
13+
- *(.gitignore)* Add .DS_Store to ignored files
14+
- Bump enapter sdk to v0.17.1
115
## [0.12.0] - 2026-03-31
216

317
### 🚀 Features
@@ -30,6 +44,10 @@
3044
- *(mcp)* Update server instructions and tool documentation
3145
- *(readme)* Add search_command_executions and refine tool list
3246
- *(readme)* Add example workflows for troubleshooting and performance analysis
47+
48+
### ⚙️ Miscellaneous Tasks
49+
50+
- *(release)* Bump version to 0.12.0
3351
## [0.11.0] - 2026-03-26
3452

3553
### 🚀 Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Docker:
3232
```bash
3333
docker run --rm --name enapter-mcp-server \
3434
-p 8000:8000 \
35-
enapter/mcp-server:v0.12.0
35+
enapter/mcp-server:v0.12.1
3636
```
3737

3838
The server can be configured using environment variables and command-line

src/enapter_mcp_server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.12.0"
1+
__version__ = "0.12.1"
22

33
__all__ = ["__version__"]

0 commit comments

Comments
 (0)