From 63514678a809b8d03b57a63e8d9876209826ea2e Mon Sep 17 00:00:00 2001 From: Eray Erdin Date: Fri, 17 Dec 2021 13:41:03 +0300 Subject: [PATCH] added snapcraft builds --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b391d8..e43b2b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [v0.5.0-alpha.7] - 2021-12-17 ### Changed - Migrated entire project to async. - Fixed exiting from SendOperation implementations. diff --git a/Cargo.lock b/Cargo.lock index 107a624..b5d6701 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -967,7 +967,7 @@ dependencies = [ [[package]] name = "tgcli" -version = "0.5.0-alpha.6" +version = "0.5.0-alpha.7" dependencies = [ "assert_cmd", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 0cfd1d9..00e4324 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tgcli" -version = "0.5.0-alpha.6" +version = "0.5.0-alpha.7" authors = ["Eray Erdin "] edition = "2021" description = "A Telegram Terminal Application"