We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b52911 commit 321a8e9Copy full SHA for 321a8e9
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [0.3.0] - 2025-12-03
9
+- Added new tools:
10
+ - `create_data_domain_assets`
11
+ - `create_data_product_assets`
12
+ - `create_dq_rules`
13
+
14
## [0.2.12] - 2025-11-14
15
16
### Changed
modelcontextprotocol/version.py
@@ -1,3 +1,3 @@
1
"""Version information."""
2
3
-__version__ = "0.2.12"
+__version__ = "0.3.0"
0 commit comments