Skip to content

Commit

Permalink
🔖 Pre Release 0.1.0b12
Browse files Browse the repository at this point in the history
  • Loading branch information
j1g5awi committed May 21, 2023
1 parent f330975 commit 797c322
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 32 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0-beta.12] - 2023-05-21

### 🐛 Bug 修复

- 修复 Bot.__init__ 的参数问题 [@lgc2333](https://github.com/lgc2333) ([#39](https://github.com/nonebot/adapter-telegram/pull/39))

### 📝 文档

- 调整一些调用示例 [@lgc2333](https://github.com/lgc2333) ([#38](https://github.com/nonebot/adapter-telegram/pull/38))

## [0.1.0-beta.11] - 2023-05-12

### 🚀 新功能
Expand Down Expand Up @@ -169,7 +179,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 适配 NoneBot2 2.0.0b1
- 支持多个机器人同时在线

[Unreleased]: https://github.com/nonebot/adapter-telegram/compare/v0.1.0b11...HEAD
[Unreleased]: https://github.com/nonebot/adapter-telegram/compare/v0.1.0b12...HEAD
[0.1.0-beta.12]: https://github.com/nonebot/adapter-telegram/compare/v0.1.0b11...v0.1.0b12
[0.1.0-beta.11]: https://github.com/nonebot/adapter-telegram/compare/v0.1.0b10...v0.1.0b11
[0.1.0-beta.10]: https://github.com/nonebot/adapter-telegram/compare/v0.1.0b9...v0.1.0b10
[0.1.0-beta.9]: https://github.com/nonebot/adapter-telegram/compare/v0.1.0b8...v0.1.09b
Expand Down
60 changes: 30 additions & 30 deletions pdm.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "nonebot-adapter-telegram"
version = "0.1.0b11"
version = "0.1.0b12"
description = "Telegram Adapter for NoneBot2"
authors = [{ name = "Jigsaw", email = "[email protected]" }]
dependencies = ["nonebot2<3.0.0,>=2.0.0b1", "anyio<4.0.0,>=3.6.2"]
Expand Down

0 comments on commit 797c322

Please sign in to comment.