Skip to content

Commit 0b8122f

Browse files
authored
Merge pull request #6 from nTEG-dev/release/v1.0.0
chore: bump version to v1.0.0 — first public npm release (OD-609)
2 parents b43fc49 + 3d94ee5 commit 0b8122f

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0] - 2026-02-10
11+
1012
### Added
1113
- **Hooks plugin bundled**: `gitmem install-hooks` / `uninstall-hooks` CLI commands (OD-605, OD-606)
1214
- **CLI `check` command wired**: `gitmem check` now reachable from CLI (was defined but unreachable)
1315
- **Fresh-install E2E tests**: 16 integration tests covering CLI commands, hooks, and MCP server lifecycle (OD-607)
1416
- **README rewrite**: External-developer-facing docs with no internal jargon (OD-608)
1517
- **CONTRIBUTING.md**: Dev setup, testing tiers, and PR guidelines
18+
- **First public npm release** (OD-609)
19+
20+
### Changed
21+
- Package name standardized to `gitmem-mcp` for npm
22+
- `gitmem configure` output uses `gitmem-mcp` (matching npm package name)
23+
- Removed internal project defaults from CLI commands
1624

1725
## [0.2.0] - 2026-02-08
1826

@@ -49,6 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4957
- Cache management (status, flush, health)
5058
- Agent identity detection
5159

52-
[Unreleased]: https://github.com/nTEG-dev/gitmem/compare/v0.2.0...HEAD
60+
[Unreleased]: https://github.com/nTEG-dev/gitmem/compare/v1.0.0...HEAD
61+
[1.0.0]: https://github.com/nTEG-dev/gitmem/compare/v0.2.0...v1.0.0
5362
[0.2.0]: https://github.com/nTEG-dev/gitmem/compare/v0.1.0...v0.2.0
5463
[0.1.0]: https://github.com/nTEG-dev/gitmem/releases/tag/v0.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitmem-mcp",
3-
"version": "0.2.0",
3+
"version": "1.0.0",
44
"description": "Institutional memory for AI coding agents. Never repeat the same mistake.",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)