Skip to content

Commit

Permalink
updated metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
erayerdin committed Nov 19, 2021
1 parent 5637986 commit ef618a0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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).

## [v0.5.0-alpha.2] - 2021-11-19
### Added
- `bot send document` has been implemented.

## [v0.5.0-alpha.1] - 2021-11-18
### Added
- `bot send message` has been reimplemented.
Expand Down
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 = "tgcli"
version = "0.5.0-alpha.1"
version = "0.5.0-alpha.2"
authors = ["Eray Erdin <eraygezer.94@gmail.com>"]
edition = "2018"
description = "A Telegram Terminal Application"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

![](resources/recording.gif)

`tgcli` is a Python cli app for Telegram.
`tgcli` is a terminal app to send messages with bots on Telegram.

[docs_url]: https://tgcli.readthedocs.io

Expand Down

0 comments on commit ef618a0

Please sign in to comment.