Skip to content

Commit

Permalink
release 0.30.5 (#153)
Browse files Browse the repository at this point in the history
* release 0.30.5

* bump version
  • Loading branch information
ayrat555 authored Mar 26, 2024
1 parent c0828b9 commit 8be6419
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.30.5 (2024-03-26)

- Fix the winners_count field in the Giveaway struct - [#150](https://github.com/ayrat555/frankenstein/pull/150)
- Improve ci - [#152](https://github.com/ayrat555/frankenstein/pull/152)
- Fix lints - [#151](https://github.com/ayrat555/frankenstein/pull/151)

## 0.30.4 (2024-02-17)

- [Bot API 7.1](https://core.telegram.org/bots/api#february-16-2024) - [#148](https://github.com/ayrat555/frankenstein/pull/148)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "frankenstein"
version = "0.30.4"
version = "0.30.5"
authors = ["Ayrat Badykov <[email protected]>", "Pepe Márquez <[email protected]>"]
description = "Telegram bot API client for Rust"
edition = "2021"
Expand Down

0 comments on commit 8be6419

Please sign in to comment.