Skip to content

Commit b519daf

Browse files
committed
chore: release rime v0.1.8
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
1 parent 89a5a08 commit b519daf

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,27 @@ SPDX-License-Identifier: AGPL-3.0-only
99

1010
All notable changes to this project will be documented in this file.
1111

12+
## [0.1.8] - 2024-02-01
13+
14+
### Bug Fixes
15+
16+
- Remove next.forgejo.org testing
17+
18+
### Miscellaneous Tasks
19+
20+
- Bump clap from 4.4.10 to 4.4.11
21+
- Bump tokio from 1.34.0 to 1.35.0
22+
- Bump h2 from 0.3.21 to 0.3.24
23+
- Bump flake inputs
24+
- Bump hyper from 1.0.1 to 1.1.0
25+
- Bump tokio from 1.35.0 to 1.35.1
26+
- Bump reqwest from 0.11.22 to 0.11.23
27+
28+
### Build
29+
30+
- Single command integration tests
31+
- Bump serde_yaml from 0.9.27 to 0.9.29
32+
1233
## [0.1.7] - 2023-12-07
1334

1435
### Bug Fixes
@@ -19,6 +40,7 @@ All notable changes to this project will be documented in this file.
1940

2041
- Bump clap from 4.4.8 to 4.4.10
2142
- Bump axum from 0.6.20 to 0.7.2
43+
- Release rime v0.1.7
2244

2345
## [0.1.6] - 2023-11-30
2446

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -10,7 +10,7 @@ edition = "2021"
1010
authors = ["Christina Sørensen <christina@cafkafk.com>"]
1111
categories = ["command-line-utilities"]
1212
license = "AGPL-3.0-only"
13-
version = "0.1.7"
13+
version = "0.1.8"
1414
rust-version = "1.73.0"
1515

1616
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)