Skip to content

Commit bed3ecd

Browse files
committed
release: release 0.6.1
1 parent fd170a3 commit bed3ecd

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gxi"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["Rasmus Thomsen <[email protected]>", "Brian Vincent <[email protected]>"]
55
homepage = "https://github.com/Cogitri/gxi"
66
description = "GTK frontend, written in Rust, for the xi editor"

Changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## Changes in v0.6.1
2+
3+
### Feature changes
4+
5+
- No new features
6+
7+
### Bugfixes
8+
9+
- No bugfixes
10+
111
## Changes in v0.6.0
212

313
### Feature changes

data/com.github.Cogitri.gxi.appdata.xml.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@
3232
</provides>
3333

3434
<releases>
35+
<release version="0.6.1" date="2019-03-31">
36+
<description>
37+
<p>Bugfix release to include meson_options.txt in the release tarballs</p>
38+
</description>
39+
</release>
3540
<release version="0.6.0" date="2019-03-31">
3641
<description>
3742
<p>Changes in this release:</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'gxi', 'rust',
3-
version: '0.6.0',
3+
version: '0.6.1',
44
license: 'MIT',
55
)
66

0 commit comments

Comments
 (0)