Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanueltouzery committed May 16, 2020
1 parent 42e89fb commit c0a4e17
Show file tree
Hide file tree
Showing 4 changed files with 10 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
@@ -1,6 +1,6 @@
[package]
name = "cigale"
version = "0.5.0"
version = "0.5.1"
authors = ["Emmanuel Touzery <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion flatpak/build-and-install-flatpak.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cp flatpak/com.github.emmanueltouzery.cigale.metainfo.xml .
mkdir .cargo
cargo vendor > .cargo/config
rm flatpak-cargo-generator.py
wget https://raw.githubusercontent.com/flatpak/flatpak-builder-tools/d7cfbeaf8d1a2165d917d048511353d6f6e59ab3/cargo/flatpak-cargo-generator.py
wget https://raw.githubusercontent.com/flatpak/flatpak-builder-tools/2982bbca0bef22559325dacdd7847fb5e3e0e332/cargo/flatpak-cargo-generator.py
python3 flatpak-cargo-generator.py ./Cargo.lock -o cargo-sources.json
flatpak-builder --install repo com.github.emmanueltouzery.cigale.json --force-clean --user
rm flatpak-cargo-generator.py
Expand Down
7 changes: 7 additions & 0 deletions flatpak/com.github.emmanueltouzery.cigale.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ https://hughsie.github.io/oars/index.html
-->
<content_rating type="oars-1.0" />
<releases>
<release version="0.5.1" date="2020-05-16">
<description>
<ul>gitlab: fix code comments outside of merge requests that would break parsing</ul>
<ul>gitlab: support the API pagination, fixes import if you have more than 20 items</ul>
<ul>update dependencies versions</ul>
</description>
</release>
<release version="0.5.0" date="2020-04-18">
<description>
<ul>git: fix bug where one commit would be displayed
Expand Down

0 comments on commit c0a4e17

Please sign in to comment.