Skip to content

Commit facf718

Browse files
Release v0.3.1: update version and metainfo
1 parent acedfe3 commit facf718

4 files changed

Lines changed: 16 additions & 7 deletions

File tree

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "camera"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2024"
55
license = "GPL-3.0-only"
66
description = "Camera application for the COSMIC™ desktop"

cargo-sources.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -603,14 +603,14 @@
603603
{
604604
"type": "archive",
605605
"archive-type": "tar-gzip",
606-
"url": "https://static.crates.io/crates/ashpd/ashpd-0.13.8.crate",
607-
"sha256": "51b9019bd7f3beac5fbef5b756f5ef67777ab068035ec15683c1e635ad476f54",
608-
"dest": "cargo/vendor/ashpd-0.13.8"
606+
"url": "https://static.crates.io/crates/ashpd/ashpd-0.13.9.crate",
607+
"sha256": "13bdf0fd848239dcd5e64eeeee35dbc00378ebcc6f3aa4ead0a305eec83d0cfb",
608+
"dest": "cargo/vendor/ashpd-0.13.9"
609609
},
610610
{
611611
"type": "inline",
612-
"contents": "{\"package\": \"51b9019bd7f3beac5fbef5b756f5ef67777ab068035ec15683c1e635ad476f54\", \"files\": {}}",
613-
"dest": "cargo/vendor/ashpd-0.13.8",
612+
"contents": "{\"package\": \"13bdf0fd848239dcd5e64eeeee35dbc00378ebcc6f3aa4ead0a305eec83d0cfb\", \"files\": {}}",
613+
"dest": "cargo/vendor/ashpd-0.13.9",
614614
"dest-filename": ".cargo-checksum.json"
615615
},
616616
{

resources/io.github.cosmic_utils.camera.metainfo.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,15 @@
165165
</screenshot>
166166
</screenshots>
167167
<releases>
168+
<release version="0.3.1" date="2026-03-24">
169+
<description>
170+
<p>Release 0.3.1 includes the following changes:</p>
171+
<ul>
172+
<li>deps(cargo): bump ashpd from 0.13.8 to 0.13.9 in the rust-dependencies group</li>
173+
<li>feat: include full insights, settings, and libcamera metadata in bug report</li>
174+
</ul>
175+
</description>
176+
</release>
168177
<release version="0.3.0" date="2026-03-23">
169178
<description>
170179
<p>Release 0.3.0 includes the following changes:</p>

0 commit comments

Comments
 (0)