Skip to content

Commit

Permalink
release: release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rasmus Thomsen committed Feb 14, 2019
1 parent 64e8a5d commit 4d9aff7
Show file tree
Hide file tree
Showing 5 changed files with 17 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 = "gxi"
version = "0.5.0"
version = "0.5.1"
authors = ["Brian Vincent <[email protected]>", "Rasmus Thomsen <[email protected]>"]
homepage = "https://github.com/Cogitri/gxi"
description = "GTK frontend, written in Rust, for the xi editor"
Expand Down
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,12 @@
- (edit_view): send 'resize' to xi upon allocating a new size
- (rpc): correctly handle measure_width
- (meson): only validate appstream if appstream-util is recent enough
## Changes in v0.5.1

### Feature changes

- No new features

### Bugfixes

- (meson): fix build with appstream-utils
5 changes: 5 additions & 0 deletions data/com.github.Cogitri.gxi.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
</provides>

<releases>
<release version="0.5.1" date="2019-02-14">
<description>
<p> This release fixes the build without appstream-util. </p>
</description>
</release>
<release version="0.5.0" date="2019-02-13">
<description>
<p>This release contains the following feature changes: </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(
'gxi', 'rust',
version: '0.5.0',
version: '0.5.1',
license: 'MIT',
)

Expand Down

0 comments on commit 4d9aff7

Please sign in to comment.