Skip to content

Commit

Permalink
Prepare 0.23.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rossnomann committed Aug 18, 2024
1 parent 3c0a508 commit c2b4e2c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.23.0 (18.08.2024)

- Updated dependencies:
- tgbot 0.29

## 0.22.0 (31.07.2024)

- Updated dependencies:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "carapax"
description = "A Telegram Bot Framework"
version = "0.22.0"
version = "0.23.0"
authors = ["Ross Nomann <[email protected]>"]
edition = "2021"
readme = "./README.md"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ The name comes from [Carapace](https://en.wikipedia.org/wiki/Carapace) (carapax

```toml
[dependencies]
carapax = "0.22.0"
carapax = "0.23.0"
```

## Examples

See examples in the [examples](https://github.com/tg-rs/carapax/tree/0.22.0/examples) directory.
See examples in the [examples](https://github.com/tg-rs/carapax/tree/0.23.0/examples) directory.

To run examples you need to create a `.env` file:

Expand All @@ -36,8 +36,8 @@ This project adheres to [ZeroVer](https://0ver.org/).
- [Latest Documentation](https://docs.rs/carapax)
- [Master Documentation](https://tg-rs.github.io/carapax/carapax/)
- [Telegram Chat](https://t.me/tgrsusers)
- [Changelog](https://github.com/tg-rs/carapax/tree/0.22.0/CHANGELOG.md)
- [Code of Conduct](https://github.com/tg-rs/carapax/tree/0.22.0/CODE_OF_CONDUCT.md).
- [Changelog](https://github.com/tg-rs/carapax/tree/0.23.0/CHANGELOG.md)
- [Code of Conduct](https://github.com/tg-rs/carapax/tree/0.23.0/CODE_OF_CONDUCT.md).

## LICENSE

Expand Down

0 comments on commit c2b4e2c

Please sign in to comment.