-
v0.2.2
StableAll checks were successfulCheck / fmt + clippy + build + tests (push) Successful in 40sBuild binary (Linux) / Build and publish youtrack-mcp binary (Linux x86_64) (push) Successful in 2m12sBuild binary (Windows) / Build and publish youtrack-mcp binary (Windows x86_64) (push) Successful in 2m58sBuild binary (Linux static musl) / Build and publish youtrack-mcp binary (Linux x86_64 static musl) (push) Successful in 5m24sreleased this
2026-06-23 05:10:58 +02:00 | 13 commits to main since this releaseChangelog
88f5be9Merge pull request 'Release v0.2.2' (#27) from release/v0.2.2 into main
8bc6c91Release v0.2.2
f63f950Merge pull request 'fix(build): sync Cargo.lock youtrack-mcp version to 0.2.1' (#26) from fix/sync-cargo-lock-0.2.1 into main
79432defix(build): sync Cargo.lock youtrack-mcp version to 0.2.1Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v0.2.1
StableSome checks failedBuild binary (Linux static musl) / Build and publish youtrack-mcp binary (Linux x86_64 static musl) (push) Failing after 7sBuild binary (Windows) / Build and publish youtrack-mcp binary (Windows x86_64) (push) Failing after 14sCheck / fmt + clippy + build + tests (push) Successful in 22sBuild binary (Linux) / Build and publish youtrack-mcp binary (Linux x86_64) (push) Failing after 8sreleased this
2026-06-23 04:57:00 +02:00 | 17 commits to main since this releaseChangelog
311f240Merge pull request 'Release v0.2.1' (#25) from release/v0.2.1 into main
e3cb074Merge branch 'main' into release/v0.2.1
8b4d92bMerge pull request 'fix(release): sync and stage Cargo.lock in create-release recipe' (#24) from fix/create-release-stage-cargo-lock into main
88f1b05Release v0.2.1
bbe54f8fix(release): sync and stage Cargo.lock in create-release recipe
02c9e04Merge pull request 'fix(build): sync Cargo.lock youtrack-mcp version to 0.2.0' (#22) from fix/YTMCP-18-stale-cargo-lock-version into main
cc404c7chore: Sync the checks and justfile recipes
8d15078fix(build): sync Cargo.lock youtrack-mcp version to 0.2.0
0270e23Merge pull request 'fix(ci): derive binary publish channels from trigger to kill 409 race' (#19) from fix/GOV-14-trigger-derived-publish-channels into main
8a1c47aMerge branch 'main' into fix/GOV-14-trigger-derived-publish-channels
639cc5ffix(ci): derive binary publish channels from trigger to kill 409 raceDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v0.2.0
StableSome checks failedBuild binary (Linux static musl) / Build and publish youtrack-mcp binary (Linux x86_64 static musl) (push) Failing after 5sBuild binary (Windows) / Build and publish youtrack-mcp binary (Windows x86_64) (push) Failing after 9sBuild binary (Linux) / Build and publish youtrack-mcp binary (Linux x86_64) (push) Failing after 10sCheck / fmt + clippy + build + tests (push) Successful in 4m1sreleased this
2026-06-22 18:44:20 +02:00 | 28 commits to main since this releaseChangelog
fdf0db4Merge pull request 'Release v0.2.0' (#21) from release/v0.2.0 into main
650eec1Release v0.2.0
9f7283bMerge pull request 'chore: Sync the checks and justfile recipes' (#20) from chore/sync-checks-justfile into main
d4fb780chore: Sync the checks and justfile recipes
097d0feMerge pull request 'feat(ci): cap native check.yml parallelism at nproc/2' (#18) from feat/GOV-10-native-check-nproc-cap into main
5827c78feat(ci): cap native check.yml parallelism at nproc/2
1f8b2a8Merge pull request 'fix(hooks): mount cargo target outside bind mount via CARGO_TARGET_DIR' (#16) from fix/dev-371-precommit-host-owned-target into main
123fdbaMerge branch 'main' into fix/dev-371-precommit-host-owned-target
f4de42eMerge pull request 'feat(tools): add issue attachment upload/download/delete tools' (#17) from feat/issue-attachment-tools into main
a9ebf01feat(tools): add issue attachment upload/download/delete tools
93b0caefix(hooks): mount cargo target outside bind mount via CARGO_TARGET_DIR
4f18c9eMerge pull request 'feat(web): add HTTP-mode deploy artifacts, docs, and OAuth e2e test' (#15) from feat/http-deploy-artifacts-docs-e2e into main
a5737f6feat(web): add HTTP-mode deploy artifacts, docs, and OAuth e2e test
7195acdMerge pull request 'feat(web): add Hub-gated admin UI with allowlist and settings' (#14) from feat/admin-ui-hub-gated into main
cadc174feat(web): add Hub-gated admin UI with allowlist and settings
953bf82Merge pull request 'feat(web): add OAuth 2.1 AS, RS bearer middleware, per-user client' (#13) from feat/downstream-oauth-as-rs-middleware into main
9cfadedMerge branch 'main' into feat/downstream-oauth-as-rs-middleware
6631052feat(web): add OAuth 2.1 AS, RS bearer middleware, per-user client
4f45cdeMerge pull request 'fix(build): serialize cargo registry cache mount to fix concurrent unpack race' (#12) from fix/cargo-registry-cache-race into main
f5be78dfix(build): serialize cargo registry cache mount, drop rm -rf
c3df3d6Merge pull request 'docs: correct repo YouTrack project key to YTMCP' (#7) from chore/fix-youtrack-project-key into main
5ee6309Merge branch 'main' into chore/fix-youtrack-project-key
63d9a91Merge pull request 'feat(web): add Hub OAuth client, signed session, and allowlist gate' (#11) from feat/hub-oauth-login-allowlist into main
de4ac6dfeat(web): add Hub OAuth client, signed session, and allowlist gate
f223658Merge pull request 'feat(db): add SQLite persistence layer, migrations, and crypto' (#10) from feat/sqlite-crypto-layer into main
ac2def6feat(db): add SQLite persistence layer, migrations, and crypto
b3e79afMerge pull request 'feat(transport): add transport flag and ClientSource seam' (#8) from feat/transport-flag-clientsource into main
7c1e803feat(transport): add transport flag and ClientSource seam
c0f1f06docs: correct repo YouTrack project key to YTMCP
762821fMerge pull request 'fix(build): use rust-builder-glibc-windows for Windows cross-build' (#6) from fix/windows-build-mingw-image into main
2e21feffix(build): use rust-builder-glibc-windows for Windows cross-build
fadbf9aMerge pull request 'chore(build): bump rust-builder-glibc to v1.0.1' (#5) from chore/bump-rust-builder-glibc-v1.0.1 into main
9a34e53chore(build): bump rust-builder-glibc to v1.0.1
d71716eMerge pull request 'chore: Sync .gitignore' (#4) from chore/sync-gitignore into main
aa63664chore: Sync .gitignore
f58a929Merge pull request 'docs(readme): link other YouTrack MCP implementations' (#3) from docs/readme-other-implementations into main
508d32fdocs(readme): link other YouTrack MCP implementations
d439b91Merge pull request 'chore(deps): use youtrack-client from youtrack-cli v0.4.0' (#2) from chore/youtrack-client-v0.4.0 into main
9d7308cchore(deps): use youtrack-client from youtrack-cli v0.4.0
16ad092Merge pull request 'fix(ci): generate release notes from commits since previous tag' (#1) from fix/release-notes-since-prev-tag into main
af4bd3cfix(ci): generate release notes from commits since previous tag
0722193chore: adopt a8n-run governance standards
888c1aefeat: initial YouTrack MCP serverDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)