Skip to content

Commit

Permalink
Fix parsing error in MetaInfo file
Browse files Browse the repository at this point in the history
Using a workaround until ximion/appstream#638 is figured out.
  • Loading branch information
hwittenborn committed Jun 22, 2024
1 parent 71a7e7c commit 524db0e
Show file tree
Hide file tree
Showing 5 changed files with 431 additions and 691 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.3] - 2024-06-22
### Fixed
- Fix parsing error in MetaInfo file.

## [0.8.2] - 2024-06-21
### Fixed
- Update dependencies to fix build error.

## [0.8.1] - 2023-11-18
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "celeste"
version = "0.8.2"
version = "0.8.3"
edition = "2021"

[dependencies]
Expand Down
Loading

0 comments on commit 524db0e

Please sign in to comment.