Compare commits
2 Commits
ddb46922e4
...
67c5d3897e
Author | SHA1 | Date | |
---|---|---|---|
67c5d3897e | |||
40f72c59dd |
@@ -1,3 +1,8 @@
|
|||||||
|
# v0.7.0
|
||||||
|
* feat: Add HTTP log exclusion regex paths to configuration schema.
|
||||||
|
* chore: Update Go version to 1.25.
|
||||||
|
* chore: Update module dependencies.
|
||||||
|
|
||||||
# v0.6.0
|
# v0.6.0
|
||||||
* feat: Introduce Model Context Protocol (MCP) server with a demo random fact tool.
|
* feat: Introduce Model Context Protocol (MCP) server with a demo random fact tool.
|
||||||
* feat: Add MCP server configuration file (`contrib/mcpinspector.json`).
|
* feat: Add MCP server configuration file (`contrib/mcpinspector.json`).
|
||||||
|
@@ -15,13 +15,13 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# This is the chart version. This version number should be incremented each time you make changes
|
||||||
# to the chart and its templates, including the app version.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||||
version: 0.1.2
|
version: 0.1.3
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application. Versions are not expected to
|
# incremented each time you make changes to the application. Versions are not expected to
|
||||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||||
# It is recommended to use it with quotes.
|
# It is recommended to use it with quotes.
|
||||||
appVersion: "v0.6.0"
|
appVersion: "v0.7.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: hull
|
- name: hull
|
||||||
|
Reference in New Issue
Block a user