Skip to content

Commit 3357774

Browse files
committed
2.5.2
1 parent 45bed15 commit 3357774

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
~/.cargo/registry
2929
~/.cargo/git
3030
target
31-
key: ${{ runner.os }}-nix-rustc-1.51.0-${{ hashFiles('Cargo.lock') }}
31+
key: ${{ runner.os }}-nix-rustc-v2-1.51.0-${{ hashFiles('Cargo.lock') }}
3232
restore-keys: |
33-
${{ runner.os }}-nix-rustc-1.51.0-
33+
${{ runner.os }}-nix-rustc-v2-1.51.0-
3434
- run: nix-shell --pure --run "bash scripts/build.sh -ad"
3535
- run: nix-shell --pure --run "cargo test"
3636

Cargo.lock

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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.1
1+
2.5.2

docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
### Improve
88

9+
## 2.5.2
10+
11+
### Improve
12+
913
* Fix wrong symbol name (Gammma -> Gamma)
1014
* Fix config loading in capi [#465](https://github.com/Riey/kime/issues/465)
1115
* Fix key repeat bug on XIM [#467](https://github.com/Riey/kime/issues/467)

0 commit comments

Comments
 (0)