Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
chore: prepare for v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnyro committed Jan 6, 2024
1 parent c069b15 commit 9beb176
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lemoa"
version = "0.5.0"
version = "0.5.1"
edition = "2021"

[dependencies]
Expand Down
7 changes: 7 additions & 0 deletions data/io.github.lemmygtk.lemoa.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@
<url type="bugtracker">https://github.com/lemmygtk/lemoa/issues</url>
<content_rating type="oars-1.0" />
<releases>
<release version="0.5.1" date="2024-01-06">
<descrition>
<ul>
<li>feat: compatibility with Lemmy v0.19 by @Bnyro</li>
</ul>
</description>
</release>
<release version="0.5.0" date="2023-12-14">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
packages = rec {
lemoa = pkgs.rustPlatform.buildRustPackage {
pname = "lemoa";
version = "0.5.0";
version = "0.5.1";
src = ./.;
buildInputs = with pkgs; [
openssl
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'lemoa',
'rust',
version: '0.5.0',
version: '0.5.1',
meson_version: '>= 0.59',
license: 'GPL-3.0',
)
Expand Down

0 comments on commit 9beb176

Please sign in to comment.