Skip to content

Commit 321a8e9

Browse files
authored
Release v0.3.0 (#188)
* chore: update changelog * bump: version - v0.2.2 * bump: version 0.3.0
1 parent 3b52911 commit 321a8e9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
814
## [0.2.12] - 2025-11-14
915

1016
### Changed

modelcontextprotocol/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information."""
22

3-
__version__ = "0.2.12"
3+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)