Skip to content

Commit b06a13d

Browse files
chore(main): release 0.1.15 (#49)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 83bf6f9 commit b06a13d

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

.github/CHANGELOG.md

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

3+
## [0.1.15](https://github.com/dwmkerr/ai-developer-guide/compare/v0.1.14...v0.1.15) (2025-10-03)
4+
5+
6+
### Features
7+
8+
* add Docker support with HTTP/SSE transport ([#50](https://github.com/dwmkerr/ai-developer-guide/issues/50)) ([83bf6f9](https://github.com/dwmkerr/ai-developer-guide/commit/83bf6f941268906dedc8c366da2e8787a21c9edd))
9+
10+
11+
### Bug Fixes
12+
13+
* remove duplicate intro paragraph in make guide ([#48](https://github.com/dwmkerr/ai-developer-guide/issues/48)) ([9603b67](https://github.com/dwmkerr/ai-developer-guide/commit/9603b6720b77638e88ff521f74492105a03ef254))
14+
315
## [0.1.14](https://github.com/dwmkerr/ai-developer-guide/compare/v0.1.13...v0.1.14) (2025-07-20)
416

517

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.14"
2+
".": "0.1.15"
33
}

mcp/ai-developer-guide-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dwmkerr/ai-developer-guide-mcp",
3-
"version": "0.1.14",
3+
"version": "0.1.15",
44
"description": "MCP server for the AI Developer Guide - a set of standards, patterns and principles for development projects. Use with AI and your development team, evolve for your needs.",
55
"type": "module",
66
"main": "./dist/cli.js",

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.14
1+
0.1.15

0 commit comments

Comments
 (0)