Skip to content

Commit 266049a

Browse files
committed
chore: release rime v0.1.7
Signed-off-by: Christina Sørensen <[email protected]>
1 parent 837a1df commit 266049a

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ 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.7] - 2023-12-07
13+
14+
### Bug Fixes
15+
16+
- Axum 0.7.2 breaking changes
17+
18+
### Miscellaneous Tasks
19+
20+
- Bump clap from 4.4.8 to 4.4.10
21+
- Bump axum from 0.6.20 to 0.7.2
22+
1223
## [0.1.6] - 2023-11-30
1324

1425
### Features
@@ -21,6 +32,7 @@ All notable changes to this project will be documented in this file.
2132
- Bump form_urlencoded from 1.2.0 to 1.2.1
2233
- Bump hyper from 0.14.27 to 1.0.1
2334
- Bump openssl from 0.10.57 to 0.10.60
35+
- Release rime v0.1.6
2436

2537
## [0.1.5] - 2023-11-23
2638

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 <[email protected]>"]
1111
categories = ["command-line-utilities"]
1212
license = "AGPL-3.0-only"
13-
version = "0.1.6"
13+
version = "0.1.7"
1414
rust-version = "1.73.0"
1515

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

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ release:
8686
just cross
8787
mkdir -p ./target/"release-notes-$(convco version)"
8888
git cliff -t "v$(convco version)" --current > ./target/"release-notes-$(convco version)/RELEASE.md"
89-
just checksum >> ./target/"release-notes-$(convco version)/RELEASE.md"
89+
-just checksum >> ./target/"release-notes-$(convco version)/RELEASE.md"
9090

9191
git push origin "v{{new_version}}"
9292
gh release create "v$(convco version)" --target "$(git rev-parse HEAD)" --title "{{name}} v$(convco version)" -d -F ./target/"release-notes-$(convco version)/RELEASE.md" ./target/"bin-$(convco version)"/*

0 commit comments

Comments
 (0)