Skip to content

Commit 8a8b66b

Browse files
committed
docs(release): Prepare for v0.7.0 release
1 parent ea894a6 commit 8a8b66b

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
77
and commits should be formattted using [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
88

9+
## [0.7.0] - 2025-04-07
10+
11+
### Added
12+
13+
- MCP: Make Wiki-RAG to behave as a MCP server by @stronk7 at ([dfd34b3](https://github.com/moodlehq/wiki-rag/commit/dfd34b346a5615ad7490b7c29f44fc65fb58b6a9))
14+
15+
**Full Changelog**: https://github.com/moodlehq/wiki-rag/compare/v0.6.2...v0.7.0
16+
917
## [0.6.2] - 2025-04-03
1018

1119
### Fixed
@@ -235,6 +243,7 @@ and commits should be formattted using [Conventional Commits](https://www.conven
235243
- @stronk7 made their first contribution
236244

237245

246+
[0.7.0]: https://github.com/moodlehq/wiki-rag/compare/v0.6.2..v0.7.0
238247
[0.6.2]: https://github.com/moodlehq/wiki-rag/compare/v0.6.1..v0.6.2
239248
[0.6.1]: https://github.com/moodlehq/wiki-rag/compare/v0.6.0..v0.6.1
240249
[0.6.0]: https://github.com/moodlehq/wiki-rag/compare/v0.5.6..v0.6.0

Diff for: cliff.toml

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ commit_parsers = [
103103
{ message = "^.*: [d|D]eprecate", group = "Deprecated" },
104104
{ message = "^.*[s|S]ecurity", group = "Security" },
105105
{ message = "^.*[p|P]repare for.*release", skip = true },
106+
{ message = "^Merge pull request #[0-9]+ from .*", skip = true },
106107
{ message = "^.*", group = "Changed" },
107108
]
108109
# filter out the commits that are not matched by commit parsers

0 commit comments

Comments
 (0)