Skip to content

Commit

Permalink
Release 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rossnomann committed Jul 31, 2024
1 parent 7d71a03 commit e92a981
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 15 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.22.0 (31.07.2024)

- Updated dependencies:
- seance 0.13
- tgbot 0.28
- tokio 1.39

## 0.21.0 (07.07.2024)

- Updated dependencies:
Expand Down
11 changes: 6 additions & 5 deletions 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.21.0"
version = "0.22.0"
authors = ["Ross Nomann <[email protected]>"]
edition = "2021"
readme = "./README.md"
Expand Down Expand Up @@ -29,22 +29,23 @@ futures-util = "0.3"
governor = { version = "0.6", optional = true }
log = "0.4"
nonzero_ext = { version = "0.3", optional = true }
seance = { version = "0.12", optional = true }
seance = { version = "0.13", optional = true }
serde = { version = "1.0", optional = true }
tgbot = "0.27"
tokio = "1.38"
tgbot = "0.28"
tokio = "1.39"

[dev-dependencies]
dotenvy = "0.15"
env_logger = "0.11"
regex = "1.10"
serde_json = "1.0"
tempfile = "3.10"
tokio = { version = "1.38", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.39", features = ["macros", "rt-multi-thread"] }
toml = "0.8"

[lints.rust]
missing_docs = "warn"
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(nightly)'] }

[[example]]
name = "app"
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.21.0"
carapax = "0.22.0"
```

## Examples

See examples in the [examples](https://github.com/tg-rs/carapax/tree/0.21.0/examples) directory.
See examples in the [examples](https://github.com/tg-rs/carapax/tree/0.22.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.21.0/CHANGELOG.md)
- [Code of Conduct](https://github.com/tg-rs/carapax/tree/0.21.0/CODE_OF_CONDUCT.md).
- [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).

## LICENSE

Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e92a981

Please sign in to comment.