File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Docker:
3232``` bash
3333docker 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
3838The server can be configured using environment variables and command-line
Original file line number Diff line number Diff line change 1- __version__ = "0.12.0 "
1+ __version__ = "0.12.1 "
22
33__all__ = ["__version__" ]
You can’t perform that action at this time.
0 commit comments