Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit 488ae64

Browse files
committed
chore(release): v1.6.0 [skip actions]
1 parent 2747a8c commit 488ae64

File tree

3 files changed

+23
-24
lines changed

3 files changed

+23
-24
lines changed

.changeset/unified-versioning.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## 1.6.0
4+
5+
### Minor Changes
6+
7+
- [#164](https://github.com/sapientpants/deepsource-mcp-server/pull/164) [`8939e69`](https://github.com/sapientpants/deepsource-mcp-server/commit/8939e6975ba7ef4f7c12fe6d72175b1dbee593bc) Thanks [@sapientpants](https://github.com/sapientpants)! - Add unified versioning system with single source of truth
8+
- Created central `version.ts` module that reads from package.json
9+
- Added CLI support for `--version` and `-v` flags to display version
10+
- Added `--help` and `-h` flags with comprehensive help text
11+
- Replaced all hardcoded version strings with VERSION constant
12+
- Added version to startup logging for better debugging
13+
- Created build script to inject version at build time
14+
- Added comprehensive version utilities (parsing, validation, comparison)
15+
- Exported VERSION constant and helper functions for programmatic access
16+
- Added fallback to "0.0.0-dev" when package.json is unavailable
17+
18+
This ensures consistent version reporting across:
19+
- CLI output
20+
- Server metadata
21+
- Startup logs
22+
- Error messages
23+
- MCP protocol responses
24+
325
## 1.5.1
426

527
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deepsource-mcp-server",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"description": "Model Context Protocol server for DeepSource",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)