Skip to content

Commit ca90e5c

Browse files
committed
Release 'v0.5.6'
1 parent 1f65329 commit ca90e5c

File tree

8 files changed

+26
-8
lines changed

8 files changed

+26
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.5.6] - 2023-09-14
810
### Changed
11+
- Changed to new application icons
912
- Added credits to about page
1013

1114
## [0.5.5] - 2023-08-09

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/com.hunterwittenborn.Celeste.metainfo.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,21 @@
4141
</screenshot>
4242
</screenshots>
4343
<releases>
44+
<release date="2023-09-14" version="0.5.6">
45+
<description>
46+
<p>
47+
Changes made in this release:
48+
</p>
49+
<ul>
50+
<li>
51+
Changed to new application icons
52+
</li>
53+
<li>
54+
Added credits to about page
55+
</li>
56+
</ul>
57+
</description>
58+
</release>
4459
<release date="2023-08-09" version="0.5.5">
4560
<description>
4661
<p>

celeste-tray/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "celeste-tray"
3-
version = "0.5.5"
3+
version = "0.5.6"
44
edition = "2021"
55

66
[dependencies]

celeste/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "celeste"
3-
version = "0.5.5"
3+
version = "0.5.6"
44
edition = "2021"
55

66
[dependencies]

libceleste/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libceleste"
3-
version = "0.5.5"
3+
version = "0.5.6"
44
edition = "2021"
55

66
[lib]

makedeb/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Hunter Wittenborn <[email protected]>
22
pkgname=celeste
3-
pkgver=0.5.5
3+
pkgver=0.5.6
44
pkgrel=1
55
pkgdesc='Sync your cloud files'
66
arch=('any')

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: celeste
22
base: core22
3-
version: '0.5.5'
3+
version: '0.5.6'
44
summary: Sync your cloud files
55
description: |
66
Celeste is a GUI file synchronization client that can connect to almost any cloud provider you'd like. It provides a streamlined experience to back up your files, and integrates directly into your desktop system.

0 commit comments

Comments
 (0)