Skip to content

Commit ceb9c2f

Browse files
chore(main): release 0.1.8 (#20)
🤖 I have created a release *beep* *boop* --- ## [0.1.8](v0.1.7...v0.1.8) (2026-02-18) ### Features * add image rendering support with file-based image cache ([#19](#19)) ([a632da0](a632da0)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a632da0 commit ceb9c2f

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.7"
2+
".": "0.1.8"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.8](https://github.com/typester/ranma/compare/v0.1.7...v0.1.8) (2026-02-18)
4+
5+
6+
### Features
7+
8+
* add image rendering support with file-based image cache ([#19](https://github.com/typester/ranma/issues/19)) ([a632da0](https://github.com/typester/ranma/commit/a632da08a2a6a34f85163751b167a9116cd35339))
9+
310
## [0.1.7](https://github.com/typester/ranma/compare/v0.1.6...v0.1.7) (2026-02-18)
411

512

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/ranma-core", "crates/ranma-cli", "crates/uniffi-bindgen"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.1.7"
6+
version = "0.1.8"
77
edition = "2024"
88
license = "MIT"
99
repository = "https://github.com/typester/ranma"

0 commit comments

Comments
 (0)