Skip to content

Commit 0eaa43b

Browse files
committed
docs(changelog): Migrate version links to inline release-please format
Move version comparison URLs from bottom reference-style links to inline format in section headers for better release-please compatibility.
1 parent d80b24a commit 0eaa43b

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.6.0] - 2026-03-31
8+
## [0.6.0](https://github.com/rhblind/emacs-mcp-server/compare/v0.5.0...v0.6.0) (2026-03-31)
99

1010
### Fixed
1111
- `mcp-server-security--is-sensitive-file`: patterns using `~/` prefix (e.g. `"~/.ssh/"`) were never matched because the input path was expanded with `expand-file-name` but the patterns were not, causing the literal `~` to fail against an absolute path (issue #9)
@@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
- Comprehensive unit test suite for `mcp-server-security` (79 ERT tests total)
2121
- Known limitation documented and tracked: static form walker does not recurse into `let`-binding value positions and cannot detect dynamically-constructed function names (`funcall` + `intern`); see issue #10
2222

23-
## [0.4.0] - 2026-01-08
23+
## [0.4.0](https://github.com/rhblind/emacs-mcp-server/compare/v0.3.0...v0.4.0) (2026-01-08)
2424

2525
### Added
2626
- `get-diagnostics` tool for flycheck/flymake error reporting
@@ -51,7 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5151
### Removed
5252
- Backward compatibility variable aliases in security module
5353

54-
## [0.3.0] - 2026-01-07
54+
## [0.3.0](https://github.com/rhblind/emacs-mcp-server/compare/v0.2.0...v0.3.0) (2026-01-07)
5555

5656
### Added
5757
- Granular permission prompts with session management
@@ -60,7 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6060
### Fixed
6161
- Test runner with safeguards and retries for socket operations
6262

63-
## [0.2.0] - 2026-01-06
63+
## [0.2.0](https://github.com/rhblind/emacs-mcp-server/compare/v0.1.0...v0.2.0) (2026-01-06)
6464

6565
### Added
6666
- Enhanced sensitive file and function protection
@@ -70,7 +70,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7070
### Changed
7171
- Improved documentation with socat requirement note
7272

73-
## [0.1.0] - 2026-01-01
73+
## [0.1.0](https://github.com/rhblind/emacs-mcp-server/releases/tag/v0.1.0) (2026-01-01)
7474

7575
### Added
7676
- Initial MCP server implementation in pure Elisp
@@ -83,8 +83,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8383
- Comprehensive test suite
8484
- Demo images for theme change and poem writing
8585

86-
[0.6.0]: https://github.com/rhblind/emacs-mcp-server/compare/v0.5.0...v0.6.0
87-
[0.4.0]: https://github.com/rhblind/emacs-mcp-server/compare/v0.3.0...v0.4.0
88-
[0.3.0]: https://github.com/rhblind/emacs-mcp-server/compare/v0.2.0...v0.3.0
89-
[0.2.0]: https://github.com/rhblind/emacs-mcp-server/compare/v0.1.0...v0.2.0
90-
[0.1.0]: https://github.com/rhblind/emacs-mcp-server/releases/tag/v0.1.0

0 commit comments

Comments
 (0)