Skip to content

Commit

Permalink
Bump to 0.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
philn committed Feb 2, 2023
1 parent 40da407 commit 4001e0c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
name = "glide"
readme = "README.md"
repository = "https://github.com/philn/glide"
version = "0.5.10"
version = "0.5.11"

[dependencies]
directories = "4.0"
Expand Down
5 changes: 5 additions & 0 deletions data/net.baseart.Glide.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
<display_length compare="ge">medium</display_length>
</requires>
<releases>
<release version="0.5.11" date="2023-02-02">
<description>
<p>Maintenance release, fixing meson builds.</p>
</description>
</release>
<release version="0.5.10" date="2023-02-02">
<description>
<p>Maintenance release, mainly updating under-the-hood dependencies.</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'glide', 'rust',
version: '0.5.10',
version: '0.5.11',
license: 'MIT',
)

Expand Down

0 comments on commit 4001e0c

Please sign in to comment.