Skip to content

Commit 189587e

Browse files
authored
release(CapSync): version 2.2.3 (#27)
1 parent bbf4cdf commit 189587e

4 files changed

Lines changed: 19 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ jobs:
115115
- name: Run tests (release)
116116
run: cargo test --release --all-features --all-targets
117117

118+
- name: Smoke test cargo install
119+
env:
120+
CARGO_TARGET_DIR: /tmp/capsync-install-target
121+
run: cargo install --path . --locked --force
122+
118123
- name: Run Clippy
119124
run: cargo clippy --all-features --all-targets
120125

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [2.2.3] - 2026-04-14
8+
9+
### Changed
10+
11+
- Ubuntu CI now smoke-tests `cargo install --path . --locked --force`, covering the packaged install path in addition to normal build/test jobs
12+
- The install smoke test now runs across the current CI matrix environments instead of only Linux
13+
- Fix build in Linux system
14+
715
## [2.2.2] - 2026-04-12
816

917
### Added

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "capsync"
3-
version = "2.2.2"
3+
version = "2.2.3"
44
edition = "2024"
55
authors = ["pa1nark"]
66
description = "A simple tool to sync your AI coding skills across different tools."

0 commit comments

Comments
 (0)