Skip to content

Commit 3aaf465

Browse files
authored
feat: 3.11.0 (#227)
1 parent b98ba86 commit 3aaf465

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

data/dev.geopjr.Collision.metainfo.xml.in

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,16 @@
4848
<color type="primary" scheme_preference="dark">#26a269</color>
4949
</branding>
5050
<releases>
51+
<release version="3.11.0" date="2025-08-11">
52+
<description translate="no">
53+
<ul>
54+
<li>Gracefully handle non existent files</li>
55+
<li>Switched to Crystal execution contexts</li>
56+
<li>Updated dependencies</li>
57+
<li>Updated translations</li>
58+
</ul>
59+
</description>
60+
</release>
5161
<release version="3.10.0" date="2025-03-25">
5262
<description translate="no">
5363
<ul>

shard.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ shards:
1818

1919
harfbuzz:
2020
git: https://github.com/hugopl/harfbuzz.cr.git
21-
version: 0.2.0
21+
version: 0.2.1
2222

2323
libadwaita:
2424
git: https://github.com/hugopl/libadwaita.cr.git

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: collision
2-
version: 3.10.0
2+
version: 3.11.0
33

44
authors:
55
- GeopJr <[email protected]>

0 commit comments

Comments
 (0)